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:
luca 2009-03-17 14:22:45 +00:00
parent 7b21d5e1a8
commit 63bb404b7d
2 changed files with 9 additions and 1 deletions

View File

@ -945,6 +945,13 @@ HIDDEN bool pwd_handler(TMask_field& fld, KEY key)
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()
{
_menu.reload_images();
@ -958,6 +965,7 @@ bool TMenu_application::ask_user_password(TString& utente)
enable_options_menu(false);
TMask m("ba0100a");
m.set_handler(user_mask_handler);
if (is_power_station())
{

View File

@ -28,7 +28,7 @@ END
BUTTON DLG_FINDREC 10 2
BEGIN
PROMPT 2 0 "Carica"
PICTURE TOOL_LENTE
PICTURE TOOL_FINDREC
END
BUTTON DLG_SAVEREC 10 2