Suppress new page
Hi,
I am using Delphi 7, RB 9.03.
My report (an invoice template) is consisting of a main report (title:
address info; header: PrintOnLastPage = true, containing carry over; footer:
sum), subreport A in detail band, containing a further subreport B in its
detail band. Subreport A also has a summary with the allover totals (visible
on last page). My problem: sometimes RB generates a last page just
containing the header of main report (carry over) and the summary of
subreport A (totals). Is there a way to suppress this page as the totals
would fit onto the previous page?
Thanks in advance,
Bettina
I am using Delphi 7, RB 9.03.
My report (an invoice template) is consisting of a main report (title:
address info; header: PrintOnLastPage = true, containing carry over; footer:
sum), subreport A in detail band, containing a further subreport B in its
detail band. Subreport A also has a summary with the allover totals (visible
on last page). My problem: sometimes RB generates a last page just
containing the header of main report (carry over) and the summary of
subreport A (totals). Is there a way to suppress this page as the totals
would fit onto the previous page?
Thanks in advance,
Bettina
This discussion has been closed.
Comments
Is you summary band set to have a phDynamic PrintHeight? If so, then it
will only take the amount of space that is needed and there should be no
overflow to the next page if there is enough room for all the summary band
components on the last page. There is no way to suppress an entire page.
By definition, if the report runs out of space on the current page, it will
overflow to the next page.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com