Files correlati : ab0.ex Ricompilazione Demo : [ ] Commento : Sviluppo riclassificazione saldi git-svn-id: svn://10.65.10.50/trunk@11014 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			18 lines
		
	
	
		
			417 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			417 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| //Nomi dei campi di LF_SALDI
 | |
| #ifndef _SALDI_H
 | |
| #define _SALDI_H
 | |
| 
 | |
| #define ABS_CODDITTA "CODDITTA"
 | |
| #define ABS_ANNO "ANNO"
 | |
| #define ABS_CODPDB "CODPDB"
 | |
| #define ABS_TIPOBIL "TIPOBIL"
 | |
| #define ABS_CODCBL "CODCBL"
 | |
| #define ABS_FLDA "FLDA"
 | |
| #define ABS_SALDO "SALDO"
 | |
| #define ABS_PDARE "PDARE"
 | |
| #define ABS_PAVERE "PAVERE"
 | |
| #define ABS_RDARE "RDARE"
 | |
| #define ABS_RAVERE "RAVERE"
 | |
| #define ABS_DETTFIGLIO "IDMOVDETT"
 | |
| 
 | |
| #endif //_SALDI_H
 |