Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

why my subreport insert a blank page if large

Status
Not open for further replies.

tektipdjango

IS-IT--Management
Jan 28, 2004
188
CR 9
The problem :
the subreport list a certain number of lines depending of the item of the group in main report.
If the number of lines is small no problem the items and detailed subreports follow each other items after items, changing of pages when full , but when the size of the subreport is larger than one page it seems CR insert a page break, and then prints the GHeader and subreport on the next pages.

Description below :

GH
small subRpt

GH
small subRpt

--- end of page
GH (repetead if it is the same as the previous page)
small subreport

!!!!! ????

----end of page
GH (Item with big subreport)
subreport
----end of page
GH (repeated as the subreport continues)
end of subreport

Why is there a page break (figured as !!!!!????)

Any help appreciated, thank's in advance
 
I think it is trying to keep the subreport together on one page. In the main report, right click on the subreport and choose "format subreport"->common and uncheck "Keep object together."

If this doesn't do it, you might also go to format->section->group header and uncheck "keep section together." There is also a "keep group together" which is less likely to be the problem, but you could try unchecking it by going to report->change group expert->options.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top