Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : Corretto intestazione stampa di controllo benemerenze git-svn-id: svn://10.65.10.50/trunk@6625 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f0bac0840c
commit
2a25c11802
@ -34,7 +34,7 @@ class TControlloBenemerenze : public TPrintapp
|
|||||||
bool _pergruppo;
|
bool _pergruppo;
|
||||||
int _contatore;
|
int _contatore;
|
||||||
TString16 _codsez, _codsot;
|
TString16 _codsez, _codsot;
|
||||||
TString80 _intestazione1, _intestazione2;
|
TString256 _intestazione1, _intestazione2;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual bool user_create();
|
virtual bool user_create();
|
||||||
@ -345,7 +345,7 @@ void TControlloBenemerenze::crea_intestazione()
|
|||||||
reset_header();
|
reset_header();
|
||||||
TString sep(132);
|
TString sep(132);
|
||||||
sep = "STAMPA DI CONTROLLO BENEMERENZE";
|
sep = "STAMPA DI CONTROLLO BENEMERENZE";
|
||||||
printer().footerlen(3);
|
printer().footerlen(5);
|
||||||
sep.center_just(132);
|
sep.center_just(132);
|
||||||
set_header(2, "@0g%s", (const char*) sep);
|
set_header(2, "@0g%s", (const char*) sep);
|
||||||
TString16 data_stampa = _data_stampa.string();
|
TString16 data_stampa = _data_stampa.string();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user