John said:
Thanks. That almost did the trick. I get the report to
break properly, but now the report title is on first page
with no detail records printed, and the subsequent pages
have teh detail, one client_id per page, but no headings.
The force new page causes the report header (your title?) to
be on a page by itself. If you don't like that and do not
have a report footer, then try using the group footer
instead of the group header and setting the footer's
ForceNewPage to After Section
Alternatively, you might want to consider adding the Page
Header section to the report and place the title and heading
labels there instead of in the report header.
Can you tell me why we set the ehaders section height to
zero?
Because you did not have anything to display there and I
thought it would be a waste of paper to display a blank area
at the top of each group. If you do have something to
display at the beginning of each group, set the height to
whatever you need and add the appropriate controls.