Patch level : 2.1 nopatch (OMASA)

Files correlati     : cgp4.exe
Ricompilazione Demo : [ ]
Commento            : il file di configurazione cgp4100a.ini puo' esere anche in custom (fatto per poter essere usato anche da Medicasa)


git-svn-id: svn://10.65.10.50/trunk@12244 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 2004-07-14 12:54:43 +00:00
parent 9a87308551
commit 970decc936

View File

@ -113,7 +113,9 @@ bool TOmasa::create()
open_files(LF_TABCOM, LF_TAB, LF_SALDI, LF_PCON, LF_MOV, LF_RMOV, LF_RMOVIVA,
LF_PARTITE, LF_SCADENZE, LF_PAGSCA, 0);
_configfile = new TConfig("cgp4100a.ini");
TFilename configname = "cgp4100a.ini";
configname.custom_path();
_configfile = new TConfig(configname);
_msk = new TOmasa_mask();
_rel = new TRelation (LF_PCON);
_cur = new TCursor(_rel,"((GRUPPO!=\"\")&&(CONTO!=\"\")&&(SOTTOCONTO==\"\"))",1);