From 202aabe5dfd30e85833cd8cb294fefa9660b820c Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 13 Feb 2007 13:35:41 +0000 Subject: [PATCH] Patch level : 4.0 620 Files : ve7.exe Ricompilazione Demo : [ ] Commento : Trasferimento Galileo git-svn-id: svn://10.65.10.50/trunk@14909 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/ve7701.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ve/ve7701.cpp b/ve/ve7701.cpp index c12be7d1f..0e580727d 100755 --- a/ve/ve7701.cpp +++ b/ve/ve7701.cpp @@ -117,7 +117,7 @@ bool TGalileo_clifo::trasferisci() TRectype& rec_clifo = clifo.curr(); _keys.destroy(); - clifo.open_ex(); + clifo.open_ex(_excllock); TRecord_cache cache_comuni(LF_COMUNI, 2); TGalileo_iterator pi(this); @@ -312,8 +312,8 @@ bool TGalileo_articoli::trasferisci() TIsamfile anamag(LF_ANAMAG); TIsamfile umart(LF_UMART); - anamag.open_ex(); - umart.open_ex(); + anamag.open_ex(_excllock); + umart.open_ex(_excllock); TRectype& rec_anamag = anamag.curr(); TRectype& rec_umart = umart.curr(); @@ -382,7 +382,7 @@ bool TGalileo_articoli::trasferisci_costi(const TString & ditta, const TString & TGalileo_iterator pi(this); TString80 codart; - anamag.open_ex(); + anamag.open_ex(_excllock); while (++pi) { codart = get_str("M2RIS");