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
|