Files correlati : Ricompilazione Demo : [ ] Commento : personalizzazione euroforesi dalla 11 git-svn-id: svn://10.65.10.50/branches/R_10_00@21352 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			36 lines
		
	
	
		
			770 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			770 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| 
 | |
| //campi maschera normale
 | |
| #define F_CODCF     301
 | |
| #define F_RAGSOC    302
 | |
| #define F_CODNUM    303
 | |
| #define F_DESNUM    304
 | |
| #define F_ANNO      305
 | |
| #define F_TIPODOC   306
 | |
| #define F_DESTIPO   307
 | |
| #define F_DATADOC   308
 | |
| 
 | |
| #define F_RIGHE     310
 | |
| 
 | |
| //campi sheet F_RIGHE
 | |
| #define S_NDOC      101
 | |
| #define S_NRIGA     102
 | |
| #define S_CODMAG    103
 | |
| #define S_CODART    104
 | |
| #define S_DESCR     105
 | |
| #define S_UM        106
 | |
| #define S_QTA       107
 | |
| #define S_QTAEVASA  108
 | |
| #define S_PREZZO    109
 | |
| #define S_CODIVA    110
 | |
| #define S_LAV       111
 | |
| #define S_COLORE    112
 | |
| #define S_DATAPROD  113
 | |
| #define S_QTAPROD   114
 | |
| #define S_CODNUM    115
 | |
| #define S_ANNO      116
 | |
| #define S_PROVV     117
 | |
| 
 | |
| #define S_DESMAG    133
 | |
| #define S_DESIVA    140
 | |
| #define S_DESLAV    141
 | |
| #define S_DESCOL    142 |