Prevent skip to new page after last page prints

G

Goldar

I have a page header section, a group header section, a group footer section
and a page footer section on my report. The group header I am trying to use
separates groups of records and skips to a new page after each group prints
(the page break is in the group footer). My problem is where to put the page
break so that it doesn't skip to a new page after the last group has printed.

Any help?

Thanks
 
A

Allen Browne

If you have *no* report footer (or a zero-height one), it should not print a
blank page at the end.

If you need the report footer, drop the Report Header section instead, and
change the report so it has a page break before each new grouping section
(instead of after.)
 
G

Goldar

I have no Report Header and no Report Footer. The page break is positioned in
the Group Footer and I get a blank page (Header text only) after the last
group of data prints. When I move the page break to the Group Header, I get a
blank page (Header text only) at the beginning of the report.
 
A

Allen Browne

Remove the page break control.

Instead set the Force New Page property of the section to before (if you do
this in the group header) or After (if you do this in the group footer.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top