// Gestione convocazioni per BOLOGNA // definizione campi per maschera #define F_NUMERO 101 #define F_DATA 102 #define F_PUNTO 103 #define F_D_PUNTO 104 #define F_TIPO 105 #define F_D_TIPO 106 #define F_CODSEZ 107 #define F_DENSEZ 108 #define F_CODSOT 109 #define F_DENSOT 110 #define F_NOTE 111 #define F_CONVOCATI 112 #define F_ESEGUI 140 // pagina soggetti #define F_S_CODICE 101 #define F_S_COGNOME 102 #define F_S_NOME 103 #define F_S_STAMPATO 104 #define F_S_DATANASC 105 #define F_S_CATDON 106 #define F_S_TESSAVIS 107 #define F_S_DESC_CATDON 151