Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
sistemato piccolo bug su tabella esercizi


git-svn-id: svn://10.65.10.50/trunk@20464 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2010-05-18 13:37:28 +00:00
parent f8f0c4a0a5
commit 07abf98f49
2 changed files with 11 additions and 10 deletions

View File

@ -128,8 +128,9 @@ bool CGTTable_application::user_create()
{
get_mask()->set_handler(F_DATAINI, dataini_handler);
get_mask()->set_handler(BUT_CHECK, checkbut_handler);
get_mask()->set_handler(F_NOT_DESC, desnot_handler);
}
if (get_tabname() == TAB_NOTECLI)
get_mask()->set_handler(F_NOT_DESC, desnot_handler);
}
return ok;
}

View File

@ -1,11 +1,11 @@
// campi maschera batbesc.msk
// campi maschera cgtbesc.msk
#define F_ANNO 131
#define F_DATAINI 132
#define F_DATAFIN 133
#define F_CODDITTA 141
#define F_RAGSOC 142
#define F_DATASCARICO 143
#define F_DATACHIUSURA 144
#define F_ANNO 131
#define F_DATAINI 132
#define F_DATAFIN 133
#define F_CODDITTA 141
#define F_RAGSOC 142
#define F_DATASCARICO 143
#define F_DATACHIUSURA 144
#define F_DATACHIUSURAMAG 145
#define BUT_CHECK 146
#define BUT_CHECK 146