Patch level : 12.0 nopatch
Files correlati : Commento: Modificata get_mask in _get_mask
This commit is contained in:
parent
c7fcee19d7
commit
17e453bbfd
@ -640,7 +640,7 @@ void TControllo_mask::fill_fppro_sheet() const
|
||||
"ORDER BY " << order << " " << (_verso == 'A' ? "ASC" : "DESC") << "\n";
|
||||
fp_db().sq_set_exec(query, false);
|
||||
|
||||
for (bool ok = fp_db().sq_next(); ok; ok = fp_db().sq_next())
|
||||
for (bool ok = fp_db().sq_first(); ok; ok = fp_db().sq_next())
|
||||
{
|
||||
const int row = sf.set_row_cell(F_FTIPODOC, fp_db().sq_get("TIPODOC"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user