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
This commit is contained in:
luca 2005-06-09 11:05:20 +00:00
parent 269f8b4c9a
commit b3ba62a78f

View File

@ -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