Patch level : AT

Files correlati     : at2.exe
Ricompilazione Demo : [ ]
Commento            : uso della cache()


git-svn-id: svn://10.65.10.50/trunk@10566 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 2002-10-24 09:07:43 +00:00
parent 9da1d6831f
commit c5c2dc9d82

View File

@ -663,11 +663,8 @@ bool TStampaPerCategorie::preprocess_page(int file, int counter)
const int ultima = _sbenemerenze->rows();
if (ultima != 0)
{
TString16 codben = _sbenemerenze->row(ultima).get(BEN_TIPOBEN);
TTable bnz("BNZ");
bnz.put("CODTAB",codben);
if (bnz.read() == NOERR)
benemerenza << bnz.get("S0");
const TString16 codben = _sbenemerenze->row(ultima).get(BEN_TIPOBEN);
benemerenza << cache().get("BNZ", codben).get("S0");
}
}
benemerenza.cut(21);