Conditional groups printing

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

Guest

I would like to write a procedure for a report which could provide the
following:
if the footer of the group finishes within the upper half of the page, the
next group should start on the same page; if the footer of the group finishes
within the lower half of the page, the next group should start at a new page.
Is it possible?

Thanks in advance,
Mike
 
Add a Page Break control to the Group Header section.

Set the Visible property of the control in the group header's Format event,
depending on the Top property of the report.

The Top property is in twips, where 1440 twips = 1 inch.
 
Thanks, Allen! I will try...

Allen Browne said:
Add a Page Break control to the Group Header section.

Set the Visible property of the control in the group header's Format event,
depending on the Top property of the report.

The Top property is in twips, where 1440 twips = 1 inch.
 

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