2002-10-31 09:04:18 +00:00
|
|
|
// correzione errato inseriemtno giornaliero donazioni
|
1997-03-20 10:33:28 +00:00
|
|
|
|
2002-10-31 09:04:18 +00:00
|
|
|
// dati dell'inserimento da correggere
|
|
|
|
#define F_DATADON 201
|
|
|
|
#define F_TIPODON 202
|
|
|
|
#define F_LUOGODON 203
|
|
|
|
#define F_DESC_TIPODON 204
|
|
|
|
#define F_DESC_LUOGODON 205
|
|
|
|
// dati nuovi
|
|
|
|
#define F_NDATADON 206
|
|
|
|
#define F_NTIPODON 207
|
|
|
|
#define F_NLUOGODON 208
|
|
|
|
#define F_DESC_NTIPODON 209
|
|
|
|
#define F_DESC_NLUOGODON 210
|
|
|
|
// operazioni possibili
|
|
|
|
#define F_VISUALIZZA 211
|
|
|
|
#define F_MODIFICA 212
|
|
|
|
#define F_ELIMINA 213
|
1997-03-20 10:33:28 +00:00
|
|
|
|
2002-10-31 09:04:18 +00:00
|
|
|
#define F_TOTALE 214
|
|
|
|
|
|
|
|
// spreadsheet
|
|
|
|
#define F_SOGGETTI 215
|
1997-03-20 10:33:28 +00:00
|
|
|
|
|
|
|
// pagina soggetti
|
|
|
|
#define F_S_CODICE 101
|
|
|
|
#define F_S_COGNOME 102
|
|
|
|
#define F_S_NOME 103
|
2002-10-31 09:04:18 +00:00
|
|
|
#define F_S_TESSAVIS 104
|
|
|
|
#define F_S_TIPODON 105
|
|
|
|
#define F_S_TIPOCON 106
|
|
|
|
#define F_S_ETICHETTA 107
|
|
|
|
#define F_S_PRIMADON 108
|
|
|
|
#define F_S_DATADON 109
|
|
|
|
#define F_S_DATANASC 110
|
1998-02-04 13:46:27 +00:00
|
|
|
#define F_S_CODSEZ 111
|
|
|
|
#define F_S_CODSOT 112
|
2002-10-31 09:04:18 +00:00
|
|
|
#define F_S_CATDON 113
|
|
|
|
#define F_S_INTSI 114
|
1997-03-20 10:33:28 +00:00
|
|
|
|
1998-02-04 13:46:27 +00:00
|
|
|
#define F_S_DENSEZ 151
|
|
|
|
#define F_S_DENSOT 152
|
2002-10-31 09:04:18 +00:00
|
|
|
#define F_S_DESC_TIPOCON 153
|
|
|
|
//#define F_S_DESC_CATDON 154
|
|
|
|
|
|
|
|
#define F_S_IDON1 155
|
|
|
|
#define F_S_IDON2 156
|
|
|
|
#define F_S_IDON3 157
|
|
|
|
#define F_S_IDON4 158
|
|
|
|
//#define F_S_INTSI 159
|
|
|
|
#define F_S_INTAF 160
|
|
|
|
#define F_S_PROSSTIPO 161
|
|
|
|
#define F_S_PROSSDATA 162
|
|
|
|
#define F_S_DESC_IDON1 163
|
|
|
|
#define F_S_DESC_IDON2 164
|
|
|
|
#define F_S_DESC_IDON3 165
|
|
|
|
#define F_S_DESC_IDON4 166
|
|
|
|
#define F_S_DESC_PROSSTIPO 167
|