crystal report page footer print on bottom of page

34,637

Solution 1

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.

Solution 2

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

Share:
34,637
Ruben_PH
Author by

Ruben_PH

Updated on October 22, 2021

Comments

  • Ruben_PH
    Ruben_PH about 2 years

    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