Starting a new group on a new page

  • Thread starter Thread starter Goldar
  • Start date Start date
G

Goldar

How do I start each new group on a new page. I have a page break after the
last group footer and before the page footer, but I get a blank last page
that contains only the page header ( report title information) and page
footer (page number information) information. What am I doing wrong?

Thanks

Gerry Goldberg
 
How do I start each new group on a new page. I have a page break after the
last group footer and before the page footer, but I get a blank last page
that contains only the page header ( report title information) and page
footer (page number information) information. What am I doing wrong?

Thanks

Gerry Goldberg

Don't use a Page Break control.
Simply set the GroupHeader's ForceNewPage property to Before Section.
It's on the GroupHeader's Format tab on the property sheet.
 
Back
Top