3fec150254
Files correlati : Ricompilazione Demo : [ ] Commento : Possibilitá di stampare solo o escludere gli appartenenti a gruppi aziendali git-svn-id: svn://10.65.10.50/trunk@8973 c028cbd2-c16b-5b4b-a496-9718f37d4682
34 lines
854 B
C
Executable File
34 lines
854 B
C
Executable File
// Stampa convocazioni per BOLOGNA
|
|
// definizione campi per maschera
|
|
|
|
#define F_DATAINI 101
|
|
#define F_DATAFIN 102
|
|
#define F_PUNTO 103
|
|
#define F_D_PUNTO 104
|
|
#define F_TIPO 105
|
|
#define F_D_TIPO 106
|
|
#define F_SEZINI 107
|
|
#define F_D_SEZINI 108
|
|
#define F_SOTINI 109
|
|
#define F_D_SOTINI 110
|
|
#define F_SEZFIN 111
|
|
#define F_D_SEZFIN 112
|
|
#define F_SOTFIN 113
|
|
#define F_D_SOTFIN 114
|
|
//#define F_CODSEZ 107
|
|
//#define F_DENSEZ 108
|
|
//#define F_CODSOT 109
|
|
//#define F_DENSOT 110
|
|
#define F_ORDINA 115
|
|
#define F_PERSEZIONE 116
|
|
|
|
#define F_TUTTI 117
|
|
#define F_AGGIORNA 118
|
|
#define F_SCELTAGRUPPI 119
|
|
|
|
#define F_SINTETICO 151
|
|
#define F_COMPLETO 152
|
|
#define F_ETICHETTE 153
|
|
#define F_CARTOLINE 154
|
|
#define F_AZZERA 155
|