Files correlati : Ricompilazione Demo : [ ] Commento : Possibiltá di fare la stampa per gruppo aziendale + toolbar nella maschera git-svn-id: svn://10.65.10.50/trunk@8977 c028cbd2-c16b-5b4b-a496-9718f37d4682
26 lines
697 B
C
Executable File
26 lines
697 B
C
Executable File
// stampa di controllo donazioni
|
|
// definizione campi per maschera di selezione
|
|
|
|
#define F_SEZINI 101
|
|
#define F_D_SEZINI 102
|
|
#define F_SOTINI 103
|
|
#define F_D_SOTINI 104
|
|
#define F_SEZFIN 105
|
|
#define F_D_SEZFIN 106
|
|
#define F_SOTFIN 107
|
|
#define F_D_SOTFIN 108
|
|
#define F_DATAINI 109
|
|
#define F_DATAFIN 110
|
|
#define F_TIPODON 111
|
|
#define F_LUOGODON 112
|
|
#define F_PRIMEDON 113
|
|
#define F_BREVE 114
|
|
#define F_TIPOSTAMPA 115
|
|
#define F_ORDINAMENTO 116
|
|
#define F_RIEPFINALE 117
|
|
#define F_PERGRUPPO 118
|
|
#define F_GRUPPOAZIE 119
|
|
#define F_D_GRUPPOAZIE 120
|
|
#define F_D_TIPODON 121
|
|
#define F_D_LUOGODON 122
|