Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: Printing lines per page Post Reply Post New Topic
Author Message
nghiem
Newbie
Newbie


Joined: 06 Mar 2007
Location: United States
Online Status: Offline
Posts: 1
Quote nghiem Replybullet Topic: Printing lines per page
    Posted: 06 Mar 2007 at 11:49am
How am I reduce printing detail per page?
The report is printing 32 lines per page, but I would like
to print 25 lines per page.
Please help.
Thanks,
Nghiem
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3702
Quote hilfy Replybullet Posted: 07 Mar 2007 at 5:57am
You'll probably have to play with this a little if you have group footers, but if there are no group footers, here's what needs to be done.
 
1.  Create a Running Total to count some unique field for each detail record.  I'm going to call this formula {#RecordCount}.

2.  Open the Section Expert for your details section, and click on the formula button for "New Page After".  Enter the following formula:

{#RecordCount} mod 25 = 0
 
This will create a page break after every 25 records.
 
-Dell
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.031 seconds.