30 lines
775 B
C
30 lines
775 B
C
|
//Nomi dei campi di LF_MOVDETT
|
||
|
#ifndef _MOVDETT_H
|
||
|
#define _MOVDETT_H
|
||
|
|
||
|
#define ABMD_CODDITTA "CODDITTA"
|
||
|
#define ABMD_ANNO "ANNO"
|
||
|
#define ABMD_CODPDB "CODPDB"
|
||
|
#define ABMD_TIPOBIL "TIPOBIL"
|
||
|
#define ABMD_CODCBL "CODCBL"
|
||
|
#define ABMD_DREG "DATAREG"
|
||
|
#define ABMD_DDOC "DATADOC"
|
||
|
#define ABMD_ID "ID"
|
||
|
#define ABMD_DETTFIGLIO "DETT"
|
||
|
#define ABMD_TIPODETT "TIPODETT"
|
||
|
#define ABMD_CODDETT "CODDETT"
|
||
|
#define ABMD_FLDA "FLDA"
|
||
|
#define ABMD_IMPORTO "IMPORTO"
|
||
|
#define ABMD_PDARE "PDARE"
|
||
|
#define ABMD_PAVERE "PAVERE"
|
||
|
#define ABMD_RDARE "RDARE"
|
||
|
#define ABMD_RAVERE "RAVERE"
|
||
|
#define ABMD_IDPADRE "IDPADRE"
|
||
|
#define ABMD_IDFIGLIO "IDFIGLIO"
|
||
|
#define ABMD_IDPREC "IDPREC"
|
||
|
#define ABMD_IDSUCC "IDSUCC"
|
||
|
#define ABMD_TIPO_TRACCIATO "ORD_FIELD"
|
||
|
#define ABMD_DESCRIZ "DESCRIZ"
|
||
|
|
||
|
#endif //_MOVDETT_H
|