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:
parent
a644845c22
commit
a5ec59ae9f
@ -146,16 +146,10 @@ void TMotore_application::init_insert_mode( TMask& m )
|
|||||||
tp.set_defaults(m);
|
tp.set_defaults(m);
|
||||||
|
|
||||||
if (provv == 'P')
|
if (provv == 'P')
|
||||||
{
|
m.enable(DLG_CONFERMA);
|
||||||
m.hide(DLG_PRINT);
|
|
||||||
m.show(DLG_CONFERMA);
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
m.disable(DLG_CONFERMA);
|
||||||
m.show(DLG_PRINT);
|
|
||||||
m.hide(DLG_CONFERMA);
|
|
||||||
m.disable(DLG_PRINT);
|
m.disable(DLG_PRINT);
|
||||||
}
|
|
||||||
m.disable(DLG_ELABORA);
|
m.disable(DLG_ELABORA);
|
||||||
|
|
||||||
if (curdo.tipo().auto_add())
|
if (curdo.tipo().auto_add())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user