2002-10-31 09:13:52 +00:00
|
|
|
// stampa etichette/cartoline/schede anagrafiche/dettaglio donazioni singole
|
|
|
|
// definizione campi per maschera di selezione
|
|
|
|
|
|
|
|
#define F_SOGGETTI 101
|
|
|
|
#define F_CARTOLINE 401
|
|
|
|
#define F_ETICHETTE 402
|
|
|
|
#define F_SCHEDE 403
|
|
|
|
#define F_DONAZIONI 404
|
2004-05-04 10:18:04 +00:00
|
|
|
#define F_AZZERA 405
|
2002-10-31 09:13:52 +00:00
|
|
|
|
|
|
|
// pagina soggetti
|
2004-12-15 09:51:28 +00:00
|
|
|
#define F_S_CODICE 101
|
|
|
|
#define F_S_COGNOME 102
|
|
|
|
#define F_S_NOME 103
|
2002-10-31 09:13:52 +00:00
|
|
|
#define F_S_DATANASC 104
|
2004-12-15 09:51:28 +00:00
|
|
|
#define F_S_CODSEZ 105
|
|
|
|
#define F_S_CODSOT 106
|
|
|
|
#define F_S_CATDON 107
|
2002-10-31 09:13:52 +00:00
|
|
|
#define F_S_TESSAVIS 108
|
2004-12-15 09:51:28 +00:00
|
|
|
#define F_S_DENSEZ 211
|
|
|
|
#define F_S_DENSOT 212
|
2002-10-31 09:13:52 +00:00
|
|
|
#define F_S_DESC_CATDON 213
|
|
|
|
|