From 79009bee261886e330381fc6c0d7dd3b94a52411 Mon Sep 17 00:00:00 2001 From: sauro Date: Mon, 17 Nov 1997 12:11:01 +0000 Subject: [PATCH] Definizioni dei campi dei files voci& affini git-svn-id: svn://10.65.10.50/trunk@5627 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ab/caradd.h | 6 ++++++ ab/colldich.h | 6 ++++++ ab/relana.h | 19 +++++++++++++++++++ ab/relvoci.h | 11 +++++++++++ ab/voci.h | 9 +++++++++ 5 files changed, 51 insertions(+) create mode 100755 ab/caradd.h create mode 100755 ab/colldich.h create mode 100755 ab/relana.h create mode 100755 ab/relvoci.h create mode 100755 ab/voci.h diff --git a/ab/caradd.h b/ab/caradd.h new file mode 100755 index 000000000..69fcbb175 --- /dev/null +++ b/ab/caradd.h @@ -0,0 +1,6 @@ +//Nomi dei campi del file LF_CARADD +#ifndef _CARADD_H + +#define ABCA_ID "ID" + +#endif //_CARADD_H \ No newline at end of file diff --git a/ab/colldich.h b/ab/colldich.h new file mode 100755 index 000000000..8d680a856 --- /dev/null +++ b/ab/colldich.h @@ -0,0 +1,6 @@ +//Nomi dei campi del file LF_COLLDICH +#ifndef _COLLDICH_H + +#define ABCD_ID "ID" + +#endif //_COLLDICH_H \ No newline at end of file diff --git a/ab/relana.h b/ab/relana.h new file mode 100755 index 000000000..0c34b0a2a --- /dev/null +++ b/ab/relana.h @@ -0,0 +1,19 @@ +//Nomi dei campi del file LF_RELANA +#ifndef _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 "NCOMP" +#define ABRA_DESCRIZ "DESCRIZ" +#define ABRA_VOCEINCID "VOCEINCID" +#define ABRA_IDCOLDICH "IDCOLDICH" +#define ABRA_IDCARADD "IDCARADD" +#define ABRA_USACARADD "USACARADD" + +#endif //_RELANA_H \ No newline at end of file diff --git a/ab/relvoci.h b/ab/relvoci.h new file mode 100755 index 000000000..11570db51 --- /dev/null +++ b/ab/relvoci.h @@ -0,0 +1,11 @@ +//Nomi dei campi nel tracciato record di LF_VOCI e LF_CARADD e LF_RELANA +#ifndef _RELVOCI_H + +#define ABRL_TIPOCOD "TIPOCOD" +#define ABRL_CODVC "CODVC" +#define ABRL_NCOMP "NCOMP" +#define ABRL_DESCR "DESCR" +#define ABRL_CODCOMP "CODCOMP" + + +#endif //_RELVOCI_H \ No newline at end of file diff --git a/ab/voci.h b/ab/voci.h new file mode 100755 index 000000000..948924cbd --- /dev/null +++ b/ab/voci.h @@ -0,0 +1,9 @@ +//Nomi dei campi nel tracciato record di LF_VOCI +#ifdef _VOCI_H + +#define ABVC_CODVC "CODVC" +#define ABVC_IDCARADD "IDCARADD" +#define ABVC_TIPOVC "TIPOVC" +#define ABVC_DESCR "DESCR" + +#endif //_VOCI_H \ No newline at end of file