Ritornato il valore della stop_run() all'handler del campo.
git-svn-id: svn://10.65.10.50/trunk@3069 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
c6d25054bb
commit
456e197490
@ -286,7 +286,7 @@ bool TSaldibrowse_application::sottoc_handler(TMask_field& f, KEY key)
|
|||||||
if (stop)
|
if (stop)
|
||||||
{
|
{
|
||||||
f.set_focusdirty(FALSE);
|
f.set_focusdirty(FALSE);
|
||||||
m.stop_run(K_AUTO_ENTER);
|
return m.stop_run(K_AUTO_ENTER);
|
||||||
}
|
}
|
||||||
if (!ok) error_box("Conto errato o incompleto");
|
if (!ok) error_box("Conto errato o incompleto");
|
||||||
}
|
}
|
||||||
|
@ -59,7 +59,7 @@ bool SollecitiStorici_app::zap_handler(TMask_field& f, KEY k)
|
|||||||
"il cliente %s?", (const char*)f.mask().get(F_DESCR)))
|
"il cliente %s?", (const char*)f.mask().get(F_DESCR)))
|
||||||
{
|
{
|
||||||
app().zap_cliente(f.mask().get(F_CODICE));
|
app().zap_cliente(f.mask().get(F_CODICE));
|
||||||
f.mask().stop_run(K_ESC);
|
return f.mask().stop_run(K_ESC);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user