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:
angelo 1996-06-22 08:25:49 +00:00
parent c6d25054bb
commit 456e197490
2 changed files with 2 additions and 2 deletions

View File

@ -286,7 +286,7 @@ bool TSaldibrowse_application::sottoc_handler(TMask_field& f, KEY key)
if (stop)
{
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");
}

View File

@ -59,7 +59,7 @@ bool SollecitiStorici_app::zap_handler(TMask_field& f, KEY k)
"il cliente %s?", (const char*)f.mask().get(F_DESCR)))
{
app().zap_cliente(f.mask().get(F_CODICE));
f.mask().stop_run(K_ESC);
return f.mask().stop_run(K_ESC);
}
}
return TRUE;