d01fb5405e
Files correlati : Ricompilazione Demo : [ ] Commento : ancora listini e torelli in corso d'opera git-svn-id: svn://10.65.10.50/trunk@19470 c028cbd2-c16b-5b4b-a496-9718f37d4682
43 lines
1.1 KiB
C
Executable File
43 lines
1.1 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_ARROTONDA 212
|
|
|
|
#define F_MULTILISTINI 220
|
|
|
|
//primo sheet con i listini figli
|
|
#define S1_CATVEN 101
|
|
#define S1_CODLIS 102
|
|
#define S1_RICARICO 103
|
|
#define S1_ARROTONDA 104
|
|
#define S1_DESLIS 105
|
|
|
|
|
|
//multi-terribile sheet dei multi-listini
|
|
#define S2_CHECK 101
|
|
#define S2_CODRIGA 102
|
|
#define S2_PREZZO 103
|
|
#define S2_LIST1 104
|
|
#define S2_LIST2 105
|
|
#define S2_LIST3 106
|
|
#define S2_LIST4 107
|
|
#define S2_LIST5 108
|
|
#define S2_LIST6 109
|
|
#define S2_LIST7 110
|
|
#define S2_LIST8 111
|
|
#define S2_LIST9 112
|
|
#define S2_LIST10 113
|