Patch level : 10.0 174

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

Corretti pulsante conferma e stampa sulla gestione documenti


git-svn-id: svn://10.65.10.50/trunk@17727 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2008-11-26 14:30:59 +00:00
parent a644845c22
commit a5ec59ae9f

View File

@ -146,16 +146,10 @@ void TMotore_application::init_insert_mode( TMask& m )
tp.set_defaults(m);
if (provv == 'P')
{
m.hide(DLG_PRINT);
m.show(DLG_CONFERMA);
}
m.enable(DLG_CONFERMA);
else
{
m.show(DLG_PRINT);
m.hide(DLG_CONFERMA);
m.disable(DLG_CONFERMA);
m.disable(DLG_PRINT);
}
m.disable(DLG_ELABORA);
if (curdo.tipo().auto_add())