Files correlati : Ricompilazione Demo : [ ] Commento : iniziato programma aggiornamento multiplo listini...un casino infernalissimo! git-svn-id: svn://10.65.10.50/trunk@19366 c028cbd2-c16b-5b4b-a496-9718f37d4682
52 lines
1.4 KiB
C
Executable File
52 lines
1.4 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 F_MULTILISTINI 280
|
|
|
|
//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_TIPORIGA 101
|
|
#define F_CODRIGA_A 102
|
|
#define F_DESRIGA_A 103
|
|
#define F_CODRIGA_G 202
|
|
#define F_DESRIGA_G 203
|
|
#define F_CODRIGA_S 302
|
|
#define F_DESRIGA_S 303
|
|
#define F_CODRIGA_R 402
|
|
#define F_DESRIGA_R 403
|
|
#define F_PREZZO 104
|
|
#define F_UM 105
|
|
#define F_OLDPRZ1 106
|
|
#define F_NEWPRZ1 107
|
|
#define F_OLDPRZ2 108
|
|
#define F_NEWPRZ2 109
|
|
#define F_OLDPRZ3 110
|
|
#define F_NEWPRZ3 111
|
|
#define F_OLDPRZ4 112
|
|
#define F_NEWPRZ4 113
|
|
#define F_OLDPRZ5 114
|
|
#define F_NEWPRZ5 115
|
|
#define F_OLDPRZ6 116
|
|
#define F_NEWPRZ6 117
|
|
#define F_OLDPRZ7 118
|
|
#define F_NEWPRZ7 119
|
|
#define F_OLDPRZ8 120
|
|
#define F_NEWPRZ8 121
|
|
#define F_OLDPRZ9 122
|
|
#define F_NEWPRZ9 123*/
|