subreport forcing following text to next page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report that will always be a minimu of two pages. It groups on
EntityID, with an EntityID group header containing general info. The detail
section contains a couple paragraphs, then a subreport (with one or several
lines), then considerably more paragraphs.

The problem I'm having is that the paragraphs after the subreport are always
forced to the second page. How can I force those paragraphs to print in what
room is left on the first page before rolling over to the second? Thanks
 
Jackie said:
I have a report that will always be a minimu of two pages. It groups on
EntityID, with an EntityID group header containing general info. The detail
section contains a couple paragraphs, then a subreport (with one or several
lines), then considerably more paragraphs.

The problem I'm having is that the paragraphs after the subreport are always
forced to the second page. How can I force those paragraphs to print in what
room is left on the first page before rolling over to the second? Thanks


That is not normal. Check each of the subreport sections
and make sure that their ForceNewPage property is blank.
 
I broke the subsequent text into smaller chunks and it prints okay now. I
thought if I did not check "keep together", it would insert of soft page
break, but apparently not!.
 
Back
Top