how to reduce excessive blank lines

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

Guest

Hi,

Please help with my report ....here is the report spec..

* page header
* Unique Number header
* Detail - prints all customer of group Unique Number (usually < 3 customer names)
* Unique Number Footer
* Page footer

the above info should all fit into one page. when I ran the report, the Unique Number Footer always gets thrown to a new page. So, on page 1, half the paper is blank after printing the Detail (customer names). Is there a way to control the Unique Number Footer to print on the same page and the Detail to not to go beyond a certain height only.

Thank you.
 
cameron said:
Please help with my report ....here is the report spec..

* page header
* Unique Number header
* Detail - prints all customer of group Unique Number (usually < 3 customer names)
* Unique Number Footer
* Page footer

the above info should all fit into one page. when I ran the report, the Unique Number Footer always gets thrown to a new page. So, on page 1, half the paper is blank after printing the Detail (customer names). Is there a way to control the Unique Number Footer to print on the same page and the Detail to not to go beyond a certain height only.


It sounds like the group footer section has its ForceNewPage
property set to BeforeSection.

If that's not it, check its other properties to make sure
thay're the way you want them. E.g. if the group footer has
a lot of blank space below the controls and it's
KeepTogether property is set to Yes.
 
Back
Top