719ef4a1fb
db*.* Aggiunto programma per immissione distinta base Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@6821 c028cbd2-c16b-5b4b-a496-9718f37d4682
34 lines
625 B
C
Executable File
34 lines
625 B
C
Executable File
#ifndef __DB0100_H
|
|
#define __DB0100_H
|
|
|
|
#define F_TREE 500
|
|
#define F_CODICE 501
|
|
#define F_CODICEQ 502
|
|
#define F_TIPO 503
|
|
#define F_VIRTUALE 504
|
|
#define F_COPY 505
|
|
|
|
#define F_DESCR 510
|
|
#define F_PREZZO 511
|
|
#define F_UM 512
|
|
#define F_PESO 513
|
|
#define F_UMP 514
|
|
|
|
#define F_SHEET 520
|
|
|
|
#define F_TIPOCOMP 101
|
|
#define F_CODART 102
|
|
#define F_CODLAV 202
|
|
#define F_CODDIS 302
|
|
#define F_CODVAR 402
|
|
#define F_UMEXPR 103
|
|
#define F_EXPR 104
|
|
#define F_DESCOMP 105
|
|
#define F_SORT1 106
|
|
#define F_SORT2 107
|
|
#define F_SORT3 108
|
|
#define F_SORT4 109
|
|
#define F_SORT5 110
|
|
|
|
#endif
|