Patch level : 12.00 140
Files correlati : ca3.exe Commento : Prospetto enti di ricerca
This commit is contained in:
parent
3f9d6a1d76
commit
f4275e99d7
@ -165,7 +165,10 @@ void TPrint_prosp_ricerca_ca_recordset::crea_filtro_rmovana(TRectype& da_rmovana
|
||||
if (_adata.ok())
|
||||
al = _adata;
|
||||
if (dal.ok() || al.ok())
|
||||
filtro << "(BETWEEN(DATACOMP," << dal.date2ansi() << ',' << al.date2ansi() << "))";
|
||||
filtro << "(BETWEEN(" << MOVANA_DATACOMP << "," << dal.date2ansi() << ',' << al.date2ansi() << "))";
|
||||
if (filtro.full())
|
||||
filtro << "&&";
|
||||
filtro << "(" << MOVANA_TIPOMOV << "== \"\")";
|
||||
}
|
||||
|
||||
void TPrint_prosp_ricerca_ca_recordset::crea_trr(const TFilename& trr)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user