b3213d0899
git-svn-id: svn://10.65.10.50/trunk@11849 c028cbd2-c16b-5b4b-a496-9718f37d4682
19 lines
418 B
C
Executable File
19 lines
418 B
C
Executable File
//Nomi dei campi di LF_SALDI
|
|
#ifndef _SALDI_H
|
|
#define _SALDI_H
|
|
|
|
#define ABS_CODDITTA "CODDITTA"
|
|
#define ABS_ANNO "ANNO"
|
|
#define ABS_CODPDB "CODPDB"
|
|
#define ABS_TIPOBIL "TIPOBIL"
|
|
#define ABS_CODCBL "CODCBL"
|
|
#define ABS_FLDA "FLDA"
|
|
#define ABS_SALDO "SALDO"
|
|
#define ABS_PDARE "PDARE"
|
|
#define ABS_PAVERE "PAVERE"
|
|
#define ABS_RDARE "RDARE"
|
|
#define ABS_RAVERE "RAVERE"
|
|
#define ABS_DETTFIGLIO "IDMOVDETT"
|
|
|
|
#endif //_SALDI_H
|