1998-08-07 09:53:58 +00:00
|
|
|
// stampa soggetti iscritti/dimessi
|
1996-07-30 14:46:52 +00:00
|
|
|
// 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_CAT1 201
|
|
|
|
#define F_D_CAT1 202
|
|
|
|
#define F_CAT2 203
|
|
|
|
#define F_D_CAT2 204
|
|
|
|
#define F_CAT3 205
|
|
|
|
#define F_D_CAT3 206
|
|
|
|
#define F_CAT4 207
|
|
|
|
#define F_D_CAT4 208
|
|
|
|
#define F_CAT5 209
|
|
|
|
#define F_D_CAT5 210
|
|
|
|
#define F_CAT6 211
|
|
|
|
#define F_D_CAT6 212
|
|
|
|
|
|
|
|
#define F_TIPO 301 // iscritti o dimessi
|
|
|
|
#define F_DATAINI 302
|
|
|
|
#define F_DATAFIN 303
|
2001-01-05 09:59:47 +00:00
|
|
|
#define F_ATTUALE 304 // flag per stampare solo soggetti che sono ancora attualmente nella situazione richiesta (i/d)
|
2001-10-22 09:07:33 +00:00
|
|
|
#define F_NUMDON 305 // soggetti che hanno almeno tot donazioni
|
2005-01-13 13:27:32 +00:00
|
|
|
#define F_NOTIZIARIO 306 // soggetti che vogliono il notiziario
|
2009-12-30 15:45:28 +00:00
|
|
|
#define F_PERGRUPPO 307
|
|
|
|
#define F_GRUPPOAZIE 308
|
|
|
|
#define F_D_GRUPPOAZIE 309
|
|
|
|
|
1996-07-30 14:46:52 +00:00
|
|
|
|
|
|
|
#define F_ELENCO 401
|
2005-08-02 11:36:08 +00:00
|
|
|
#define F_COMPLETO 402
|
|
|
|
#define F_ETICHETTE 403
|
|
|
|
#define F_FILE 404
|