Patch level : 10.0 270
Files correlati : ca2.exe ca2500a.msk Ricompilazione Demo : [ ] Commento : Aggiunto programma di invio a Board. Ripristinate funzioni di visualizzazione e salvataggio ripartizione temporale delle righe nella modifica movimenti analitici git-svn-id: svn://10.65.10.50/branches/R_10_00@23203 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
97062094f0
commit
3b3d84de71
@ -197,7 +197,7 @@ bool TBoard_app::esporta(const TString& DSN, TIsam_handle lf, const TDate& datef
|
||||
}
|
||||
else
|
||||
{
|
||||
for (bool go = dbfset.move_first(); go&& !p.iscancelled(); go = dbfset.move_next())
|
||||
for (bool go = dbfset.move_first(); go && !p.iscancelled(); go = dbfset.move_next())
|
||||
{
|
||||
int cmp = 1;
|
||||
|
||||
@ -205,7 +205,7 @@ bool TBoard_app::esporta(const TString& DSN, TIsam_handle lf, const TDate& datef
|
||||
if (!sqlset.eof())
|
||||
{
|
||||
cmp = sqlset.compare_key(dbfset);
|
||||
while (cmp > 0)
|
||||
while (!sqlset.eof() && cmp > 0)
|
||||
{
|
||||
sqlset.remove_rec(dbfset);
|
||||
sqlset.move_next();
|
||||
|
Loading…
x
Reference in New Issue
Block a user