17 lines
333 B
C
17 lines
333 B
C
|
// campi della maschera
|
||
|
|
||
|
#define F_CODDITTA 101
|
||
|
#define F_RAGSOC 102
|
||
|
#define F_DADATA 103
|
||
|
#define F_ADATA 104
|
||
|
#define F_CAUSALE 105
|
||
|
#define F_CONTI 106
|
||
|
|
||
|
// campi dello sheet
|
||
|
#define F_GRUPPO 101
|
||
|
#define F_CONTO 102
|
||
|
#define F_SOTTOCONTO 103
|
||
|
#define F_DESCCAUS 104
|
||
|
#define F_TRIBUTO 105
|
||
|
|