Print Page | Close Window

Max number of records per page

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
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=13931
Printed Date: 05 May 2024 at 10:22am


Topic: Max number of records per page
Posted By: joelseverich
Subject: Max number of records per page
Date Posted: 01 Aug 2011 at 5:19am
Hi,
 
Is there a way to set a maximun number of records per page,
 
if RecordNumber > to 15 it should go to page number 2, please help me



Replies:
Posted By: DBlank
Date Posted: 01 Aug 2011 at 6:06am
create a running total called 'NewPageCount' to count records in your group
in the section expert select Details section enter a formula in the 'New Page After'
({#NewPageCount} Mod 15 = 0)


Posted By: joelseverich
Date Posted: 01 Aug 2011 at 6:28am
It works perfectly , thanks a lot



Print Page | Close Window