Report Design
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Report Design
Message Icon Topic: Page footer no data at last page Post Reply Post New Topic
Author Message
aspfun
Newbie
Newbie


Joined: 17 Jun 2010
Online Status: Offline
Posts: 27
Quote aspfun Replybullet Topic: Page footer no data at last page
    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?
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet 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
IP IP Logged
aspfun
Newbie
Newbie


Joined: 17 Jun 2010
Online Status: Offline
Posts: 27
Quote aspfun Replybullet 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.
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 28 Jul 2014 at 5:22am
problem solved...now to just code around it, but that shouldn't be too hard.
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.