cancel
Showing results for 
Search instead for 
Did you mean: 

How to disply next record on next page

Former Member
0 Kudos

Hello all,

I am new to crystal report, I have created one report with Multiple details section and set the 'Keep Together' Property of Main details Section to true so that all the detail should remain together.

but if the record's detail is too small then two or more record comes on same page.. I try to set the 'New Page After ' Property of last sub detail section. it displays new record on next page but there is blank page at the end..

Can anyone tell me how to do this??

Edited by: try abc on Sep 19, 2008 7:36 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

To insert a page after each record try out this

Open the Section Expert, and suppose we want to insert a page after every detail section,

Click on Details.

Click on X-2 button in front of New Page After.

Formula Workshop will open.

Type in a formula like below.

 Not NextIsNull({database filed in the Detail section})

Click Save and Close.

The X-2]Button appears red.

Click OK and close Section Expert.

This will insert a page after each Detail section but not after the last record.

Hope this is useful.

Regards,

Aditya Joshi

Edited by: Aditya Joshi on Sep 19, 2008 2:50 PM

Former Member
0 Kudos

thank you very much..

The Formula Works...