Patch level : 10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :

Per Roberto


git-svn-id: svn://10.65.10.50/branches/R_10_00@21688 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2011-02-21 12:09:30 +00:00
parent ce40ac8759
commit 423c957d74

View File

@ -203,7 +203,7 @@ void TImporta_sc::build_table()
TTable gmm("GMM"); TTable gmm("GMM");
TCursor mov(new TRelation(LF_MOV)); TCursor mov(new TRelation(LF_MOV));
if (gmm.items() == 0) if (gmm.items() == 0 || gmm.read(_isfirst) != NOERR)
mov.scan(build_rec, &gmm, "Costruzione tabella di correlazione movimenti"); mov.scan(build_rec, &gmm, "Costruzione tabella di correlazione movimenti");
} }