campo-sirio/ef/batbbnp.h
guy 4aa6525ae2 Patch level : 2.0 638
Files correlati     : bastbnp.msk batbbnp.msk ef0.exe ef0100a.msk ef0500a.msk f31.dir f31.trr riba.ini
Ricompilazione Demo : [ ]
Commento            :

Prima implementazione della gestione del codice IBAN in generazione effetti


git-svn-id: svn://10.65.10.50/trunk@11580 c028cbd2-c16b-5b4b-a496-9718f37d4682
2003-11-10 15:01:25 +00:00

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