Files correlati : Ricompilazione Demo : [ ] Commento :aggiunti files discolatio alla 32 bit git-svn-id: svn://10.65.10.50/trunk@11035 c028cbd2-c16b-5b4b-a496-9718f37d4682
22 lines
482 B
C
Executable File
22 lines
482 B
C
Executable File
// invio ordini
|
|
// definizione campi per maschera di selezione
|
|
|
|
#define F_ANNO 101
|
|
#define F_CODNUM 102
|
|
#define F_ORDINI 103
|
|
#define F_ORDFINE 104
|
|
#define F_LASTORDSENT 105
|
|
|
|
#define F_CODCLI 106
|
|
#define F_ADDRESS 107
|
|
#define F_PATH 108
|
|
#define F_USER 109
|
|
#define F_PASSWORD 110
|
|
#define F_CODINDSPED 111
|
|
|
|
#define F_DATAINI 112
|
|
#define F_DATAFINE 113
|
|
#define F_LASTORDDATE 114
|
|
|
|
#define F_STATOINI 115
|
|
#define F_STATOEND 116 |