Patch level : 4.0 874

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

Agginta ricerca sul campo stato nei profili documento


git-svn-id: svn://10.65.10.50/trunk@16075 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2008-02-01 06:35:27 +00:00
parent 737a743f22
commit d45d7beb5a

View File

@ -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( );