Files correlati : Ricompilazione Demo : [ ] Commento : Statistica donazione/donatori possibile ora anche per piu' tipi di donazione contemporaneamente (per problema delle PL PT PP) git-svn-id: svn://10.65.10.50/trunk@7967 c028cbd2-c16b-5b4b-a496-9718f37d4682
26 lines
605 B
C
Executable File
26 lines
605 B
C
Executable File
// statistica donazioni per gruppo e rh
|
|
// 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 301
|
|
#define F_DATAFIN 302
|
|
#define F_TIPODON1 303
|
|
#define F_TIPODON2 304
|
|
#define F_TIPODON3 305
|
|
#define F_TIPODON4 306
|
|
#define F_TIPODON5 307
|
|
#define F_D_TIPODON1 308
|
|
#define F_D_TIPODON2 309
|
|
#define F_D_TIPODON3 310
|
|
#define F_D_TIPODON4 311
|
|
#define F_D_TIPODON5 312
|
|
#define F_SOLOTOT 316
|