Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crystal Report - Last Page is blank

I have a crystal report which when generated has a last page that is blank except for the page footer (which indicates the current page, as well as the report title).

This only occurs when the data displayed on the second last page completely fills the page.

Would anyone have any ideas as to why this might be?

like image 961
Denis Sadowski Avatar asked Jul 22 '09 17:07

Denis Sadowski


2 Answers

When you check the checkbox New Page After, you will see an icon just right to it. This icon represents Formula Workshop. Click this icon and type NOT OnLastRecord.

Save and close the window, you are good to test this and praise me for the rest of your lives :)

like image 91
Muzammil Saeed Avatar answered Sep 19 '22 13:09

Muzammil Saeed


Instead of using the checkbox on the group footer, use a formula.

The one that I use is

not(OnLastRecord)
like image 26
3 revs, 3 users 62% Avatar answered Sep 19 '22 13:09

3 revs, 3 users 62%