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:
parent
2bdf146d41
commit
f4a8729838
@ -2216,7 +2216,7 @@ bool TDocumento_mask::num_handler( TMask_field& f, KEY key )
|
|||||||
if (key == K_TAB && f.to_check(key, TRUE))
|
if (key == K_TAB && f.to_check(key, TRUE))
|
||||||
{
|
{
|
||||||
// Ottengo la maschera
|
// Ottengo la maschera
|
||||||
TDocumento_mask& m = (TDocumento_mask&)f.mask( );
|
TMask& m = f.mask( );
|
||||||
|
|
||||||
TTable & tabnum = ((TTable &) ((TEdit_field &)f).browse()->cursor()->file());
|
TTable & tabnum = ((TTable &) ((TEdit_field &)f).browse()->cursor()->file());
|
||||||
if ( tabnum.good())
|
if ( tabnum.good())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user