config.h Aggiunta funzione get_paragraph isam.cpp Eliminato warning per null_char = (char)0xFF; relapp.cpp Aggiunto supporto per transazioni mediante .ini relapp.h Aggiunte dichiarazioni per funzioni di gestione .ini realtion.cpp Aggiunta possibilita' di leggere e scrivere i TFieldref su .ini relation.h Aggiunte dichiarazioni dei metodi suddetti rmov.h Aggiunta dichiarazione dei NUMGIO strings.cpp Aggiunto operatore di copia tra TString_array string.h Dichiarato operatore di copia di array di stringhe git-svn-id: svn://10.65.10.50/trunk@4243 c028cbd2-c16b-5b4b-a496-9718f37d4682
26 lines
696 B
C
Executable File
26 lines
696 B
C
Executable File
#ifndef _FLD_RMOV_H
|
|
#define _FLD_RMOV_H
|
|
|
|
#define RMV_ANNOES "ANNOES"
|
|
#define RMV_NUMREG "NUMREG"
|
|
#define RMV_NUMRIG "NUMRIG"
|
|
#define RMV_DATAREG "DATAREG"
|
|
#define RMV_SEZIONE "SEZIONE"
|
|
#define RMV_TIPOC "TIPOC"
|
|
#define RMV_GRUPPO "GRUPPO"
|
|
#define RMV_CONTO "CONTO"
|
|
#define RMV_SOTTOCONTO "SOTTOCONTO"
|
|
#define RMV_DESCR "DESCR"
|
|
#define RMV_IMPORTO "IMPORTO"
|
|
#define RMV_TIPOCC "TIPOCC"
|
|
#define RMV_GRUPPOC "GRUPPOC"
|
|
#define RMV_CONTOC "CONTOC"
|
|
#define RMV_SOTTOCONTOC "SOTTOCONTC"
|
|
#define RMV_ROWTYPE "ROWTYPE"
|
|
|
|
// To be removed soon
|
|
#define RMV_NUMGIO "NUMGIO"
|
|
#define RMV_RCONTR "RCONTR"
|
|
|
|
#endif
|