From f4a8729838ee3f6267c55d349f8137f7efaeaba1 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 13 May 2003 13:27:17 +0000 Subject: [PATCH] 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 --- ve/velib06.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ve/velib06.cpp b/ve/velib06.cpp index 69e22eca5..35f8fa221 100755 --- a/ve/velib06.cpp +++ b/ve/velib06.cpp @@ -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())