Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione AGA 1.7 patch 335 git-svn-id: svn://10.65.10.50/trunk@10495 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			69 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| // Campi maschera quadro L
 | |
| 
 | |
| #define F_CODDITTA   101
 | |
| #define F_RAGSOC     102
 | |
| #define F_QLDATAVERS 103
 | |
| #define F_QLLUOVERS  104
 | |
| #define F_QLTIPOVERS 105
 | |
| #define F_QLCODTRIB  106
 | |
| #define F_QLANNOPAG  107
 | |
| #define F_QLMESEPAG  108 
 | |
| #define F_ARTBIL     109
 | |
| #define F_QLSERIE    110
 | |
| #define F_QLNUMERO   111
 | |
| #define F_QLCODQUA   112
 | |
| #define F_QLRITEFF   113
 | |
| #define F_QLRITVEREC 114
 | |
| #define F_QLRITCOMP  115
 | |
| #define F_QLDIFF     116
 | |
| #define F_QLINTER    117
 | |
| #define F_EVENTI     118
 | |
| #define F_VALDIV     119
 | |
| #define F_REGIONE    120
 | |
| 
 | |
| #define F_CALCDIFF   122
 | |
| 
 | |
| #define F_QLNOTE     123
 | |
| #define F_GENERA     124  
 | |
| #define F_ANNODIC    125  
 | |
| 
 | |
| #define F_PARAMETRI  126
 | |
| #define F_QUADRO   130
 | |
| #define F_ABI    131
 | |
| #define F_CAB    132
 | |
| #define F_NPROG    133
 | |
| 
 | |
| #define FH_ABISERIE   135
 | |
| #define FH_CAB      136
 | |
| #define FH_NUMERO   137
 | |
| #define FH_NPROG    138
 | |
| 
 | |
| #define F_CCQUIETANZA 139
 | |
| #define G_ABICAB        7
 | |
| #define G_DISTINTA      8
 | |
| #define G_CC            9
 | |
| #define G_DISTINTA_TESORERIA  10  // v. handler di tipo vers.
 | |
| 
 | |
| #define G_NOTE       2
 | |
| #define F_NOTEA      265
 | |
| #define F_NOTEB      266
 | |
| #define F_NOTEC      267
 | |
| #define F_NOTED      268
 | |
| #define F_NOTEE      269
 | |
| #define F_NOTEF      270
 | |
| #define F_NOTEG      271
 | |
| #define F_NOTEH      272
 | |
| #define F_NOTEK      275
 | |
| #define F_NOTEL      276
 | |
| #define F_NOTEM      277
 | |
| #define F_NOTEN      278
 | |
| #define F_NOTEP      280
 | |
| #define F_NOTEQ      281
 | |
| #define F_NOTER      282
 | |
| #define F_NOTES      283
 | |
| #define F_NOTET      284
 | |
| #define F_NOTEU      285
 | |
| #define F_NOTEW      287
 | |
| #define F_NOTEZ      290
 | |
| 
 |