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");