Patch level :10.0 76

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :corretti errori di sbaglio


git-svn-id: svn://10.65.10.50/trunk@16843 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2008-07-03 14:21:52 +00:00
parent fe139cc6bb
commit 301d0017be

View File

@ -1081,10 +1081,10 @@ void TRiga_documento::autosave(TSheet_field& f)
if (val != NULL)
{
const short id = FR_LORDO + i;
const int pos =m.id2pos(id);
const int pos = m.id2pos(id);
if (pos >= 0)
{
const TMask_field& c = m.field(FR_LORDO+ifld(pos);
const TMask_field& c = m.fld(pos);
const TFieldref* fld = c.field();
if (fld != NULL)
fld->write(val, *this);