From b3ba62a78f0c5f84d3941850a7b672f9bb5869a4 Mon Sep 17 00:00:00 2001 From: luca Date: Thu, 9 Jun 2005 11:05:20 +0000 Subject: [PATCH] Patch level :2.2 130 Files correlati : Ricompilazione Demo : [ ] Commento :riportta patch 328 del modulo LI dalla 2.1 git-svn-id: svn://10.65.10.50/trunk@13183 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- li/li0600.cpp | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/li/li0600.cpp b/li/li0600.cpp index c92060f23..c46976614 100755 --- a/li/li0600.cpp +++ b/li/li0600.cpp @@ -146,18 +146,8 @@ bool TSend_letint_mask::on_field_event(TOperable_field& o, TField_event e, long rec_letint.zero(LETINT_INVIATO); //svuota il campo rel_letint.rewrite(); //aggiorna fisicamente il file } - - //decrementa di 1 il numero totale degli invii sulla tabella registri (NON è - //corretto ma è meglio che niente x ora) -/* TTable tabreg("REG"); - TString8 key; - key << anno_rip << get(F_REGISTRO); - tabreg.put("CODTAB", key); - if (tabreg.read() == NOERR) - { - tabreg.put("I4", get_int(F_TOTINV)-1); - tabreg.rewrite(); - }*/ + field(F_ANNO).set_focusdirty(); + field(F_ANNO).on_hit(); } else