How to get rid of the blank page at the end of a Crystal report - Solved

How to get rid of the blank page at the end of a Crystal report

Often when creating a Crystal report for something that needs a new page for each group (like Invoices or Purchase Orders) we use the New Page After option for the Group Footer in Crystal’s Section Expert.  This works great, however it prints a blank page at the very end of the report.

To remove this blank page, you can add a formula for the New Page After option instead of simply checking it.  Click on the formula button and add the following: 
Not OnLastRecord
Save and Close and you’re done.  Now everything except the very last group will get a new page after it.

Post a Comment

0 Comments