Controling Page Breaks

  • Thread starter Thread starter Sandy
  • Start date Start date
S

Sandy

Does anyone know how to prevent a page break from
occuring before a section that contains a subreport? I am
working in 97 and have tried controlling it with the
grouping options but it is not working when the contents
of the report are more than one page. Is there VB code
that will tell it to ignore the page break when the
report is formatted?
 
Sandy said:
Does anyone know how to prevent a page break from
occuring before a section that contains a subreport? I am
working in 97 and have tried controlling it with the
grouping options but it is not working when the contents
of the report are more than one page. Is there VB code
that will tell it to ignore the page break when the
report is formatted?


You probably have the subrepor tsection's KeepTogether
property set to Yes. Or, maybe its ForceNewPage is set to
BeforeSection.
 
Back
Top