Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Footer.PrintOnFirstSpace = False --> Why is unused footer-space not used for details?

edited April 2008 in General
Why is the space reserved for a footer not used by the detail-band when
the PrintOnFirstPage-property of the footer is False?

Comments

  • edited April 2008
    Hi Ronald,

    Setting the visibility of the footer band frees up the space to be used by
    the detail.
    As a workaround try adding something like the following code to the
    Report.OnStartPage event...

    Report.FooterBand.Visible := Report.AbsolutePageNo <> 1;

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.