// Gestione convocazioni su punto di prelivo // 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_DATAINIGIO 113 #define F_TUTTI 114 #define F_RITARDA 115 #define F_MAXRIT 116 #define F_MODCONV 117 #define F_NOTE 118 #define F_NUMCONV 119 #define F_NUMSOLL 120 #define F_NUMRIT 121 #define F_CONVOCATI 122 #define F_CODSEZH 151 #define F_CODSOTH 152 #define F_ESEGUI 140 #define F_SISTAMPA 141 #define F_NOSTAMPA 142 // 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_CODSEZ 111 #define F_S_CODSOT 112 #define F_S_DATAULTDON 113 #define F_S_DATAPROSSI 114 #define F_S_DENSEZ 151 #define F_S_DENSOT 152 #define F_S_DESC_CATDON 153