// Gestione convocazioni per BOLOGNA // definizione campi per maschera #define F_NUMERO 101 #define F_DATA 102 #define F_DATAGIO 103 #define F_PUNTO 104 #define F_D_PUNTO 105 #define F_TIPO 106 #define F_D_TIPO 107 #define F_CODSEZ 108 #define F_DENSEZ 109 #define F_CODSOT 110 #define F_DENSOT 111 #define F_DATAINI 112 #define F_RITARDA 113 #define F_MAXRIT 114 #define F_NOTE 115 #define F_NUMCONV 116 #define F_NUMSOLL 117 #define F_NUMRIT 118 #define F_CONVOCATI 119 #define F_ESEGUI 140 // pagina soggetti #define F_S_CODICE 101 #define F_S_COGNOME 102 #define F_S_NOME 103 #define F_S_DATACONV 104 #define F_S_CHIAMATA 105 #define F_S_STAMPATO 106 #define F_S_ANNULLATO 107 #define F_S_DATANASC 108 #define F_S_CATDON 109 #define F_S_TESSAVIS 110 #define F_S_DESC_CATDON 151