1b14ec9415
git-svn-id: svn://10.65.10.50/branches/R_10_00@23236 c028cbd2-c16b-5b4b-a496-9718f37d4682
21 lines
518 B
C
Executable File
21 lines
518 B
C
Executable File
//Nomi dei campi del file LF_RELANA
|
|
#ifndef _RELANA_H
|
|
#define _RELANA_H
|
|
|
|
#define ABRA_CODAN "CODAN"
|
|
#define ABRA_ID "ID"
|
|
#define ABRA_IDPADRE "IDPADRE"
|
|
#define ABRA_IDPREC "IDPREC"
|
|
#define ABRA_IDSUCC "IDSUCC"
|
|
#define ABRA_IDFIGLIO "IDFIGLIO"
|
|
#define ABRA_TIPOCOD "TIPOCOD"
|
|
#define ABRA_CODVC "CODVC"
|
|
#define ABRA_NCOMP "IDCOMP"
|
|
#define ABRA_DESCRIZ "DESCRIZ"
|
|
#define ABRA_VOCEINCID "VOCEINCID"
|
|
#define ABRA_IDCOLDICH "IDCOLDICH"
|
|
#define ABRA_IDCARADD "IDCARADD"
|
|
#define ABRA_USACARADD "USACARADD"
|
|
|
|
#endif //_RELANA_H
|