18 lines
401 B
C
18 lines
401 B
C
|
// 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_TIPODON 303
|
||
|
#define F_D_TIPODON 304
|
||
|
#define F_SOLOTOT 305
|