Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : tolto controllo inutile stringa.ok() e corretto scritta totale parziale e finale


git-svn-id: svn://10.65.10.50/trunk@9231 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 2000-10-10 08:20:17 +00:00
parent 0509c50bab
commit e855b65516

View File

@ -101,13 +101,13 @@ void TSitSanitaria::fine_stampa()
{
if (_totale != _contatore)
{
set_footer(3,"TOTALE SOGGETTI SBLOCCATI %d", _totale);
set_footer(3,"TOTALE SOGGETTI STAMPATI %d", _totale);
printer().formfeed();
}
}
else
{
set_footer(3,"NON CI SONO SOGGETTI SOSPESI DA SBLOCCARE");
set_footer(3,"NON CI SONO SOGGETTI DA STAMPARE");
printer().formfeed();
}
reset_footer();
@ -121,7 +121,7 @@ void TSitSanitaria::footer_sezione()
TString sep(80);
sep.fill('-');
set_footer(2, (const char *) sep);
set_footer(3,"TOTALE SOGGETTI STAMPATI %d", _contatore);
set_footer(3,"SOGGETTI STAMPATI PER SEZIONE %d", _contatore);
printer().formfeed();
reset_footer();
}
@ -297,7 +297,7 @@ void TSitSanitaria::header_sezione(const TString16 codsez, const TString16 codso
intestazione << codsot;
intestazione << " ";
intestazione << densez;
if ((densot.ok())&& (densot.not_empty()))
if (densot.not_empty())
{
intestazione << "/";
intestazione << densot;