cancel
Showing results for 
Search instead for 
Did you mean: 

Setting the number of print lines in a Crystal 8.5 report

Former Member
0 Kudos

I want to be able to conditionally start a new page when the number of lines reaches a set amount. The report needs to print within the body of a preprinted report.

On a separate note, since Crystal changed from Business Objects it does not seem there is a knowledgebase that can be easily searched.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you have any field in the details section that contains data then you can use the condition "NewPageAfter" that exist in section expert by right clicking on the details section and click on X+2 corresponding to "NewPageAfter" and write the condition like

remainder(recordnumber,10)=0

This prints the lines in a new page for every 10 records.

for 15 records then use this

remainder(recordnumber,15)=0

so on......

Regards,

Raghavendra

Answers (0)