Patch level :10.0 260
Files correlati : Ricompilazione Demo : [ ] Commento :risistemata maschera report git-svn-id: svn://10.65.10.50/trunk@18549 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
7b21d5e1a8
commit
63bb404b7d
@ -945,6 +945,13 @@ HIDDEN bool pwd_handler(TMask_field& fld, KEY key)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HIDDEN bool user_mask_handler(TMask& mask, KEY key)
|
||||||
|
{
|
||||||
|
if (key == K_ENTER)
|
||||||
|
mask.stop_run(key);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
void TMenu_application::reload_images()
|
void TMenu_application::reload_images()
|
||||||
{
|
{
|
||||||
_menu.reload_images();
|
_menu.reload_images();
|
||||||
@ -958,6 +965,7 @@ bool TMenu_application::ask_user_password(TString& utente)
|
|||||||
enable_options_menu(false);
|
enable_options_menu(false);
|
||||||
|
|
||||||
TMask m("ba0100a");
|
TMask m("ba0100a");
|
||||||
|
m.set_handler(user_mask_handler);
|
||||||
|
|
||||||
if (is_power_station())
|
if (is_power_station())
|
||||||
{
|
{
|
||||||
|
@ -28,7 +28,7 @@ END
|
|||||||
BUTTON DLG_FINDREC 10 2
|
BUTTON DLG_FINDREC 10 2
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 2 0 "Carica"
|
PROMPT 2 0 "Carica"
|
||||||
PICTURE TOOL_LENTE
|
PICTURE TOOL_FINDREC
|
||||||
END
|
END
|
||||||
|
|
||||||
BUTTON DLG_SAVEREC 10 2
|
BUTTON DLG_SAVEREC 10 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user