Modifica base
git-svn-id: svn://10.65.10.50/trunk@3726 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
1348123529
commit
bddd7f8d1c
1233
m770/77base4.frm
1233
m770/77base4.frm
File diff suppressed because it is too large
Load Diff
@ -672,7 +672,7 @@ void TBase4::stampa_P(TPrinter& pr)
|
||||
|
||||
void TBase4::stampa_S(TPrinter& pr)
|
||||
{
|
||||
TPrint_section& body = section('H', odd_page);
|
||||
TPrint_section& body = section('H', even_page);
|
||||
body.reset();
|
||||
TLocalisamfile qp(LF_QUAS);
|
||||
_righePS.fill(_codditta,qp);
|
||||
@ -803,10 +803,10 @@ void TBase4::stampa_N(TPrinter& pr)
|
||||
void TBase4::stampa_fine(TPrinter& pr)
|
||||
{
|
||||
TPrint_section& sec = section('F', first_page);
|
||||
const int lasty = calcola_firma();
|
||||
const int hhr = sec.height();
|
||||
sec.reset();
|
||||
sec.update();
|
||||
const int hhr = sec.height();
|
||||
const int lasty = calcola_firma();
|
||||
for (int i = 0; i < hhr; i++)
|
||||
{
|
||||
pr.print(sec.row(i));
|
||||
|
Loading…
x
Reference in New Issue
Block a user