Files correlati : Ricompilazione Demo : [ ] Commento :aggiunta colonna check sullo sheet git-svn-id: svn://10.65.10.50/trunk@19383 c028cbd2-c16b-5b4b-a496-9718f37d4682
39 lines
1.0 KiB
C
Executable File
39 lines
1.0 KiB
C
Executable File
//campi maschera ve2700a.uml e ve2700b.uml (query ed edit di aggiornamento multiplo listini)
|
|
//comuni alle 2 maschere
|
|
#define F_FATHCATVEN 201
|
|
#define F_FATHDESVEN 202
|
|
#define F_FATHCODLIS 203
|
|
#define F_FATHDESLIS 204
|
|
|
|
//Scomuni alle 2 maschere (solo ve2700b)
|
|
#define F_GRMERC 205
|
|
#define F_SOTGRMERC 206
|
|
#define F_DESGRMERC 207
|
|
#define F_LISTINI_FIGLI 208
|
|
#define DLG_CHECKALL 209
|
|
#define DLG_APPLICA 210
|
|
#define DLG_ADDART 211
|
|
|
|
#define F_MULTILISTINI 220
|
|
|
|
//primo sheet con i listini figli
|
|
#define F_CATVEN 101
|
|
#define F_CODLIS 102
|
|
#define F_RICARICO 103
|
|
#define F_DESLIS 104
|
|
|
|
//multi-terribile sheet dei multi-listini
|
|
#define F_CHECK 101
|
|
#define F_CODRIGA 102
|
|
#define F_PREZZO 103
|
|
#define F_LIST1 104
|
|
#define F_LIST2 105
|
|
#define F_LIST3 106
|
|
#define F_LIST4 107
|
|
#define F_LIST5 108
|
|
#define F_LIST6 109
|
|
#define F_LIST7 110
|
|
#define F_LIST8 111
|
|
#define F_LIST9 112
|
|
#define F_LIST10 113
|