Patch level : 12.0 572

Files correlati     : bs
Commento            : Aggiunto progress bar durante l'importazione


git-svn-id: svn://10.65.10.50/branches/R_10_00@24494 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
mtollari 2018-05-24 08:20:27 +00:00
parent f42eb3b9be
commit 73cb530d74

View File

@ -286,6 +286,9 @@ void TSknet_sync::load_their_origine(TISAM_recordset& out_set, const char* in_ta
TProgress_monitor pi(n, str);
for (bool ok = odbc.move_first(); ok; ok = odbc.move_next())
{
if(!pi.add_status())
break;
file.zero();
TString80 cfld, bfld, def; // Campo field, BeeStore field e cut field
int ffld, tfld;