10 lines
286 B
C
Executable File
10 lines
286 B
C
Executable File
// definizione campi dell'archivio RCONVOC
|
|
|
|
#define RCV_NUMERO "NUMERO"
|
|
#define RCV_PROGCONV "PROGCONV"
|
|
#define RCV_CODICE "CODICE"
|
|
#define RCV_DATACONV "DATACONV"
|
|
#define RCV_CHIAMATA "CHIAMATA"
|
|
#define RCV_STAMPATO "STAMPATO"
|
|
#define RCV_ANNULLATO "ANNULLATO"
|