Patch level : 10.0 298

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :

salvato il nuovo campo numreg


git-svn-id: svn://10.65.10.50/trunk@18015 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2009-01-13 08:25:31 +00:00
parent 4fc4e2a667
commit 7f911b078b
2 changed files with 5 additions and 0 deletions

View File

@ -874,8 +874,12 @@ void TSchedaPercipienti::mask2rel(const TMask& m)
check_handler(datadoc, K_ENTER);
}
const long numreg = _rel->lfile().get_long(SCH_NUMREG);
_rel->lfile().zero();
m.autosave(*_rel);
_rel->lfile().put(SCH_NUMREG, numreg);
// leggo chiave scheda
const long codditta = m.get_long(F_CODDITTA);

View File

@ -43,6 +43,7 @@
#define SCH_ARRETR "ARRETR"
#define SCH_FLAGIC "FLAGIC"
#define SCH_TOTRIT "TOTRIT"
#define SCH_RITSOC "RITSOC"
#define SCH_MESEC "MESEC"
#define SCH_ANNOC "ANNOC"
#define SCH_FORCED "FORZATURA"