Print Page | Close Window

Page footer no data at last page

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=20916
Printed Date: 16 May 2024 at 7:09pm


Topic: Page footer no data at last page
Posted By: aspfun
Subject: Page footer no data at last page
Date Posted: 28 Jul 2014 at 4:34am
I designed to print 20 lines in detail section.

If records are 53 lines the report will print 3 pages.

For first and second page, report will print page footer but at third page, page footer will not print anything.

How to fix it?



Replies:
Posted By: lockwelle
Date Posted: 28 Jul 2014 at 5:09am
hmmm...
is there suppression on the last page, like, not OnLastPage? Also, is there a reset of the values...perhaps there is nothing to print.

or the last idea, are there NULL values. CR and null values can be tricky. If you incremented a counter with a null or added a null to a string, you will get nothing back (or so it will seem).

HTH


Posted By: aspfun
Date Posted: 28 Jul 2014 at 5:16am
The problem is that boss want the report to print white and silver color in detail section even there is no data. (I code in CR detail section: if recordnumber mod 2 =0 then crsilver else crnocolor)
Also, I code the store procedure to add 7 sequence number without data from 54 to 60.


Posted By: lockwelle
Date Posted: 28 Jul 2014 at 5:22am
problem solved...now to just code around it, but that shouldn't be too hard.



Print Page | Close Window