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.
 

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

Back
Top