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:
parent
ce40ac8759
commit
423c957d74
@ -203,7 +203,7 @@ void TImporta_sc::build_table()
|
||||
TTable gmm("GMM");
|
||||
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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user