Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

crystal report page footer print on bottom of page

I have Page Footer()PF A and B, whenever I suppress PFa, PFb will move up following the report footer. Imagine the vertical lines as the line number,

|Page Header
|Details
|Report Footer
|Page Footer A
|Page Footer B

The PFa shows only in the last page, using the formula in the suppress section:

pagenumber <> totalpagecount

This is the result

Page 1           Page 2
|Page Header     |Page Header
|Details         |Details
|Report Footer   |Report Footer
|Page Footer B   |Page Footer A
|                |Page Footer B

Now I want the report to be like this

Page 1           Page 2
|Page Header     |Page Header
|Details         |Details
|Report Footer   |Report Footer
|                |Page Footer A
|Page Footer B   |Page Footer B
like image 766
Ruben_PH Avatar asked Sep 27 '12 00:09

Ruben_PH


2 Answers

In Section Expert there is an option "Print at Bottom of Page", use that to keep it at the bottom. This is often used for building invoices or bills to keep the total at the bottom.

like image 142
ca_wan Avatar answered Sep 30 '22 11:09

ca_wan


If you have multiple Page Footers and you suppress them by various rules, the problem in crystal is that Page Footer A does not stick to bottom, but it is occupying the place on top of Page Footer B even if B is suppressed. To fix check "Underlay Following Sections". That fixed the problem for me

like image 22
Marius Avatar answered Sep 30 '22 11:09

Marius