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
This commit is contained in:
parent
85275d0ef7
commit
202aabe5df
@ -117,7 +117,7 @@ bool TGalileo_clifo::trasferisci()
|
|||||||
TRectype& rec_clifo = clifo.curr();
|
TRectype& rec_clifo = clifo.curr();
|
||||||
|
|
||||||
_keys.destroy();
|
_keys.destroy();
|
||||||
clifo.open_ex();
|
clifo.open_ex(_excllock);
|
||||||
TRecord_cache cache_comuni(LF_COMUNI, 2);
|
TRecord_cache cache_comuni(LF_COMUNI, 2);
|
||||||
TGalileo_iterator pi(this);
|
TGalileo_iterator pi(this);
|
||||||
|
|
||||||
@ -312,8 +312,8 @@ bool TGalileo_articoli::trasferisci()
|
|||||||
TIsamfile anamag(LF_ANAMAG);
|
TIsamfile anamag(LF_ANAMAG);
|
||||||
TIsamfile umart(LF_UMART);
|
TIsamfile umart(LF_UMART);
|
||||||
|
|
||||||
anamag.open_ex();
|
anamag.open_ex(_excllock);
|
||||||
umart.open_ex();
|
umart.open_ex(_excllock);
|
||||||
|
|
||||||
TRectype& rec_anamag = anamag.curr();
|
TRectype& rec_anamag = anamag.curr();
|
||||||
TRectype& rec_umart = umart.curr();
|
TRectype& rec_umart = umart.curr();
|
||||||
@ -382,7 +382,7 @@ bool TGalileo_articoli::trasferisci_costi(const TString & ditta, const TString &
|
|||||||
TGalileo_iterator pi(this);
|
TGalileo_iterator pi(this);
|
||||||
TString80 codart;
|
TString80 codart;
|
||||||
|
|
||||||
anamag.open_ex();
|
anamag.open_ex(_excllock);
|
||||||
while (++pi)
|
while (++pi)
|
||||||
{
|
{
|
||||||
codart = get_str("M2RIS");
|
codart = get_str("M2RIS");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user