Hi
I have a report that has 2 header groups, a detail section and trailers for sums. I was wondering if there are any examples of how I can force a page break if the detail section for a specific customer runs over to the next page. I tried using something like this int((getrow() -1) /8) and placing it in the group header but that only forces a page break at 8 rows etc.
Any thoughts on this would be helpful
Thank you
Joe
Hi Joe
Can you include customer number as a group level in our report, and then check the "New page on page break"? Just don't put totals in for that group band. I haven't tried this myself, but I think it would work.
Matt
Hi Matt
Thanks for the input, however I had already tried that and it wants to page break at every customer number. I need to determine if the customer is running over to a new page and if so then to do a page break, otherwise list multiple customers on the same page.
Thanks again joe