From 434059220d496eb08eb9adccfd4a03d3a7a4e146 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 13 Feb 2007 15:00:07 +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@14910 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/ve7701.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ve/ve7701.cpp b/ve/ve7701.cpp index 0e580727d..835db4faa 100755 --- a/ve/ve7701.cpp +++ b/ve/ve7701.cpp @@ -381,7 +381,11 @@ bool TGalileo_articoli::trasferisci_costi(const TString & ditta, const TString & TRectype& rec_anamag = anamag.curr(); TGalileo_iterator pi(this); TString80 codart; + TString msg; msg.format("%ld", recordset().items()); + query << " " << msg; + + message_box(query); anamag.open_ex(_excllock); while (++pi) { @@ -393,12 +397,12 @@ bool TGalileo_articoli::trasferisci_costi(const TString & ditta, const TString & TString msg; msg.format("Codice $s", (const char *) codart); - log(msg, 0); + message_box(msg); if (good) { TString msg; msg.format("Aggiorno al costo %s", (const char *) get_str("M2CMD")); - log(msg, 0); + message_box(msg); anamag.put(ANAMAG_ULTCOS1, get_str("M2CMD")); return test_rewrite(anamag); } @@ -411,6 +415,7 @@ bool TGalileo_articoli::aggiorna_record(TIsamfile& file, const TString_array& li { TRectype& rec = file.curr(); TString campo_dest, campo_orig, valore, str; + FOR_EACH_ARRAY_ROW(lista_campi,i,row) { row->get(0, campo_dest);