Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 01.05 patch 648 git-svn-id: svn://10.65.10.50/trunk@8633 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| // Defines per maschera
 | |
| 
 | |
| #define F_TIPO            101
 | |
| #define F_CODNUM          102
 | |
| #define F_ANNO            103
 | |
| #define F_PROVV           104
 | |
| #define F_DATAOSS         105
 | |
| #define F_ARTFROM         106
 | |
| #define F_ARTTO           107
 | |
| #define F_PERIODS         108
 | |
| #define F_RIGHETUTTE      109
 | |
| #define F_DATE_H          110
 | |
| #define F_DETAIL_LEV      111
 | |
| #define F_DETAIL_MAG      112
 | |
| #define F_DETAIL_DEP      113
 | |
| #define F_GIAC1           114
 | |
| #define F_GIAC1_DES       115
 | |
| #define F_GIAC1_FROM      116
 | |
| #define F_GIAC1_TO        117
 | |
| #define F_GIAC2           118
 | |
| #define F_GIAC2_DES       119
 | |
| #define F_GIAC2_FROM      120
 | |
| #define F_GIAC2_TO        121
 | |
| #define F_GIAC3           122
 | |
| #define F_GIAC3_DES       123
 | |
| #define F_GIAC3_FROM      124
 | |
| #define F_GIAC3_TO        125
 | |
| #define F_GIAC4           126
 | |
| #define F_GIAC4_DES       127
 | |
| #define F_GIAC4_FROM      128
 | |
| #define F_GIAC4_TO        129
 | |
| #define F_MAGFROM         130
 | |
| #define F_MAGTO           131
 | |
| #define F_DEPFROM         132
 | |
| #define F_DEPTO           133
 | |
| #define F_GIACEFF         134
 | |
| #define F_VALCOMP         135
 | |
| 
 | |
| // defines di gruppi
 | |
| #define GR_GIAC           1
 | |
| #define GR_DEP            2
 | |
| 
 |