diff --git a/ve/ve0300.cpp b/ve/ve0300.cpp index 64b48673c..67af0faa2 100755 --- a/ve/ve0300.cpp +++ b/ve/ve0300.cpp @@ -1071,7 +1071,7 @@ void TMask_generator::intestazione_pagina( ) _m->flag( "D" ); _m->end( ); - _m->control( T_STRINGA, DLG_NULL, 1 ); + _m->control( T_STRINGA, DLG_NULL, 1 ); _m->begin( ); _m->prompt( 67, 3, "Stato " ); _m->group( 8 ); @@ -1364,7 +1364,13 @@ void TMask_generator::genera( const TString& profilo ) _m->begin( ); _m->prompt( 67, 3, "Stato " ); _m->field( "STATO" ); + _m->use("%STD", 1); + _m->input("CODTAB 105"); + _m->display("\"Codice\" CODTAB"); + _m->display("\"Descrizione@50\" S0"); + _m->output("105 CODTAB"); _m->message( "CO,8@" ); + _m->check(S_NORMALE); _m->flag( "DG" ); _m->end( );