campo-sirio/at/at0400a.h

46 lines
1.3 KiB
C
Raw Normal View History

// 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_DATAINIGIO 113
#define F_RITARDA 114
#define F_MAXRIT 115
#define F_NOTE 116
#define F_NUMCONV 117
#define F_NUMSOLL 118
#define F_NUMRIT 119
#define F_CONVOCATI 120
#define F_CODSEZH 151
#define F_CODSOTH 152
#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_CODSEZ 111
#define F_S_CODSOT 112
#define F_S_DENSEZ 151
#define F_S_DENSOT 152
#define F_S_DESC_CATDON 153