2002-10-31 09:13:52 +00:00
|
|
|
// stampa tessere associative singole
|
|
|
|
// definizione campi per maschera di selezione
|
|
|
|
|
2009-05-26 09:59:10 +00:00
|
|
|
#define F_AGGIORNA 201
|
|
|
|
#define F_SOGGETTI 202
|
2002-10-31 09:13:52 +00:00
|
|
|
|
|
|
|
#define F_ELENCO 401
|
|
|
|
#define F_TESSERE 402
|
|
|
|
#define F_AZZERA 403
|
|
|
|
|
|
|
|
// pagina soggetti
|
2009-05-26 09:59:10 +00:00
|
|
|
#define F_S_CODICE 101
|
|
|
|
#define F_S_COGNOME 102
|
|
|
|
#define F_S_NOME 103
|
|
|
|
#define F_S_DATANASC 104
|
|
|
|
#define F_S_CODSEZ 105
|
|
|
|
#define F_S_CODSOT 106
|
|
|
|
#define F_S_CATDON 107
|
|
|
|
#define F_S_TESSAVIS 108
|
|
|
|
#define F_S_DENSEZ 211
|
|
|
|
#define F_S_DENSOT 212
|
2002-10-31 09:13:52 +00:00
|
|
|
#define F_S_DESC_CATDON 213
|
|
|
|
|