Files correlati : Ricompilazione Demo : [ ] Commento :cambiato il prefisso dei files relativi alle banche di presentazione (da BA ad EF) git-svn-id: svn://10.65.10.50/trunk@18119 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| //DEFINIZIONE CAMPI MASCHERA GESTIONE TABELLA BANCHE DI PRESENTAZIONE 
 | |
| #ifndef __BATBBNP_H
 | |
| #define __BATBBNP_H  
 | |
| 
 | |
| #define F_CODICEABI   101
 | |
| #define F_CODICECAB   102
 | |
| #define F_ABI         103
 | |
| #define F_ISTIT       104
 | |
| #define F_DENOM       105
 | |
| #define F_CAB         106
 | |
| 
 | |
| #define F_CC_INC      107		
 | |
| #define F_CC_CONT_INC 109
 | |
| #define F_CC_SBF      110     
 | |
| #define F_FIDO_SBF    111
 | |
| #define F_CC_CONT_SBF 112
 | |
| #define F_CC_SCN      113  
 | |
| #define F_FIDO_SCN    114
 | |
| #define F_CC_CONT_SCN 115
 | |
| #define F_GRUPPO_INC  116
 | |
| #define F_CONTO_INC   117
 | |
| #define F_SOTTOC_INC  118
 | |
| #define F_GRUPPO_SBF  119
 | |
| #define F_CONTO_SBF   120
 | |
| #define F_SOTTOC_SBF  121
 | |
| #define F_GRUPPO_SCN  122
 | |
| #define F_CONTO_SCN   123
 | |
| #define F_SOTTOC_SCN  124
 | |
| #define F_DESCR_INC   126
 | |
| #define F_DESCR_SBF   127
 | |
| #define F_DESCR_SCN   128
 | |
| #define F_GRUPPO_INCP 129
 | |
| #define F_CONTO_INCP  130
 | |
| #define F_SOTTOC_INCP 131
 | |
| #define F_DESCR_INCP  132
 | |
| 
 | |
| #define F_IBAN        140
 | |
| #define F_IBAN_STATO  141
 | |
| #define F_IBAN_CHECK  142
 | |
| #define F_BBAN        143
 | |
| #define F_BBAN_CIN    144
 | |
| #define F_BBAN_ABI    145
 | |
| #define F_BBAN_CAB    146
 | |
| #define F_BBAN_CONTO  147
 | |
| 
 | |
| #define F_CBI         150
 | |
| #define F_IBAN_PAG    151
 | |
| #define F_IBAN_INC    152
 | |
| 
 | |
| 
 | |
| #endif//__BATBBNP_H
 |