Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 1.5 fino alla patch 811 git-svn-id: svn://10.65.10.50/trunk@8985 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			40 lines
		
	
	
		
			923 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			923 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_DATACAMBIO  110
 | |
| #define F_CONTROEURO  111
 | |
| #define F_CAMBIO      112
 | |
| #define F_TIPODOC     113
 | |
| #define F_SORTAGENTI  114  
 | |
| #define F_SORTAGEART  115
 | |
| #define F_DAAGENTE    116
 | |
| #define F_ADAGENTE    117
 | |
| #define F_PROVVART    118
 | |
| 
 | |
| #define F_SINTETICA   201
 | |
| #define F_DETTAGLIATA 202
 | |
| 
 | |
| #define S_FIELDTYPE   101                  
 | |
| #define S_FIELD       102                  
 | |
| #define S_REALFIELD   202                  
 | |
| #define S_HEAD        103
 | |
| #define S_DESCR       104
 | |
| #define S_IMPORTO     105
 | |
| #define S_CAMBIO      106
 | |
| 
 | |
| #define FF_TITOLO         2 
 | |
| #define FF_AGENTE        13
 | |
| #define FF_FIRSTCOLUMN  102
 | |
| #define FF_SECONDCOLUMN 103
 | |
| 
 | |
| #endif
 |