Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 01.05 patch 282 git-svn-id: svn://10.65.10.50/trunk@8019 c028cbd2-c16b-5b4b-a496-9718f37d4682
30 lines
631 B
C
Executable File
30 lines
631 B
C
Executable File
#ifndef __SV1100A_H
|
|
#define __SV1100A_H
|
|
|
|
#define F_FROMDATE 101
|
|
#define F_TODATE 102
|
|
#define F_FROMNUM 103
|
|
#define F_TONUM 104
|
|
#define F_PROVVIS 105
|
|
#define F_TIPO 106
|
|
#define F_ORDINE 107
|
|
#define F_INVALUTA 108
|
|
#define F_VALUTA 109
|
|
#define F_CAMBIO 111
|
|
#define H_CAMBIO 112
|
|
|
|
#define F_SINTETICA 201
|
|
#define F_DETTAGLIATA 202
|
|
|
|
#define S_FIELD 101
|
|
#define S_HEAD 102
|
|
#define S_DESCR 103
|
|
#define S_IMPORTO 104
|
|
#define S_CAMBIO 105
|
|
|
|
#define FF_TITOLO 2
|
|
#define FF_FIRSTCOLUMN 102
|
|
#define FF_SECONDCOLUMN 103
|
|
|
|
#endif
|