Patch level : 2.0 nopatch

Files correlati     : ve0.exe
Ricompilazione Demo : [ ]
Commento            :

Corretto errore di inizializzazione del codice di numerazione


git-svn-id: svn://10.65.10.50/trunk@11121 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2003-05-13 13:27:17 +00:00
parent 2bdf146d41
commit f4a8729838

View File

@ -2216,7 +2216,7 @@ bool TDocumento_mask::num_handler( TMask_field& f, KEY key )
if (key == K_TAB && f.to_check(key, TRUE))
{
// Ottengo la maschera
TDocumento_mask& m = (TDocumento_mask&)f.mask( );
TMask& m = f.mask( );
TTable & tabnum = ((TTable &) ((TEdit_field &)f).browse()->cursor()->file());
if ( tabnum.good())