1 extra blank page at the end of the report: pg break causing it

P

pepenacho

Hello,

I have short report, where I have to separate the records by a page break.
The page break when inserted causes one additional completely blank (no field
labels) page at the end of the report.

Any idea why is it doing that?

Thanks,
pepe
 
R

Rick B

Is there anything after the page break? In other words, if the page break
is in your detail section, is it at the very very bottom of the detail
section? If there is any space, it will do the page break, then print that
extra space on the next page.

Hope that helps,

Rick B
 
F

Fons Ponsioen

Hi pepenacho, I think you are using pagebreakes to simulate grouping the
report and starting each group on a new page. Rather than using page breaks I
would suggest grouping the report, than set the "new page before" property to
yes in the group header, this should solve the problem.
Hope this is it.
Fons
 
P

pepenacho

Rick, that helped. Thank you!!

Rick B said:
Is there anything after the page break? In other words, if the page break
is in your detail section, is it at the very very bottom of the detail
section? If there is any space, it will do the page break, then print that
extra space on the next page.

Hope that helps,

Rick B
 
P

pepenacho

Fons, yes, guilty as charged. That was one of my problems there. Fixed it.
Thank you.
 
Top