campo-sirio/src/li/li0100a.h
mtollari f2677bcbc5 Patch level : 12.0 486
Files correlati     : li
Commento            : 
- Aggiunto stato documento allo sheet
- Corretta query

git-svn-id: svn://10.65.10.50/branches/R_10_00@24231 c028cbd2-c16b-5b4b-a496-9718f37d4682
2017-12-12 15:10:13 +00:00

60 lines
1.4 KiB
C

#define START_MASK 401
#define START_DOC 403
#define END_DOC 414
#define F_TIPORIC 401
#define F_NUMPROT 402
#define F_DATAINI 403
#define F_DATAFIN 404
#define F_CODNUM 405
#define F_DESNUM 406
#define F_TIPODOC 407
#define F_DESTIPODOC 408
#define F_ANNO 409
#define F_STATO 410
#define F_DACODCF 411
#define F_DARAGSOC 412
#define F_ACODCF 413
#define F_ARAGSOC 414
#define END_MASK 499
#define F_RIGHE 301
#define START_SHEET 101
#define A_DATADOC 101
#define A_ANNO 102
#define A_NUMDOC 103
#define A_CODNUM 104
#define A_TIPODOC 105
#define A_STATODOC 106
#define A_TIPOCF 107
#define A_CODCF 108
#define A_RAGSOC 109
#define A_TOTDOC 110
// Campi lettere intento
#define START_PLA 111
#define PLA1_NUMPROT 111
#define PLA1_QTA 112
#define PLA2_NUMPROT 113
#define PLA2_QTA 114
#define PLA3_NUMPROT 115
#define PLA3_QTA 116
#define PLA4_NUMPROT 117
#define PLA4_QTA 118
#define PLA5_NUMPROT 119
#define PLA5_QTA 120
#define PLA6_NUMPROT 121
#define PLA6_QTA 122
#define PLA7_NUMPROT 123
#define PLA7_QTA 124
#define PLA8_NUMPROT 125
#define PLA8_QTA 126
#define PLA9_NUMPROT 127
#define PLA9_QTA 128
#define PLA10_NUMPROT 129
#define PLA10_QTA 130
#define END_SHEET 130