Patch level :4.0 800
Files correlati :ca3.exe Ricompilazione Demo : [ ] Commento :messi coerenti i filtri di rmovana e rdoc senza assurdi caratteri jolly git-svn-id: svn://10.65.10.50/trunk@15730 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
1db96d0a1d
commit
9f480c4a3f
@ -1032,19 +1032,19 @@ void TPrint_rendiconto_ca_recordset::crea_righe_da_rmovana()
|
|||||||
{
|
{
|
||||||
if (filtro.not_empty())
|
if (filtro.not_empty())
|
||||||
filtro << "&&";
|
filtro << "&&";
|
||||||
filtro << "(" << RMOVANA_CODCCOSTO << "?=\"" << _codcosto << "*\")";
|
filtro << "(" << RMOVANA_CODCCOSTO << "==\"" << _codcosto << "\")";
|
||||||
}
|
}
|
||||||
if (_codcms.not_empty())
|
if (_codcms.not_empty())
|
||||||
{
|
{
|
||||||
if (filtro.not_empty())
|
if (filtro.not_empty())
|
||||||
filtro << "&&";
|
filtro << "&&";
|
||||||
filtro << "(" << RMOVANA_CODCMS << "?=\"" << _codcms << "*\")";
|
filtro << "(" << RMOVANA_CODCMS << "==\"" << _codcms << "\")";
|
||||||
}
|
}
|
||||||
if (_codfas.not_empty())
|
if (_codfas.not_empty())
|
||||||
{
|
{
|
||||||
if (filtro.not_empty())
|
if (filtro.not_empty())
|
||||||
filtro << "&&";
|
filtro << "&&";
|
||||||
filtro << "(" << RMOVANA_CODFASE << "?=\"" << _codfas << "*\")";
|
filtro << "(" << RMOVANA_CODFASE << "==\"" << _codfas << "\")";
|
||||||
}
|
}
|
||||||
|
|
||||||
TCursor cur_rmovana(&rel_rmovana, filtro, 2, &da_rmovana, &a_rmovana);
|
TCursor cur_rmovana(&rel_rmovana, filtro, 2, &da_rmovana, &a_rmovana);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user