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:
parent
f8f0c4a0a5
commit
07abf98f49
@ -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;
|
||||
}
|
||||
|
18
cg/cgtbesc.h
18
cg/cgtbesc.h
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user