Crystal Report 10 Page Break Help
I relatively new to using Crystal 10 and I have created a report that follows the below general layout:
RH - suppressed
PH a
PH b - used for a watermark
GH 1a
GH 1b
GH 2
Detail
All footers are suppressed except the page footer
The issue I'm running into is that occasionally the detail section data spills over onto a new page. What I would like to do is if the detail data must continue on a new page I would like the new page to begin printing with GH 1a and the rest of the sections normally.
I have tried every combination of the new page options in the section expert that I could think of with no success.
I borrowed this code
'If {table.field} = Next({table.field}) Then
{table.field} & " continues on next page"'
and placed it in the page footer. It works well for what it was designed to do, but it's not helping to get the page breaks and formatting that I need.
Does anyone have any suggestions or help that they could offer.
Thanks
|