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

Still print subreport when no records

edited January 2005 in General
I have a sub report that prints time records from a dataset. When there are
no records in that dataset it does not print that sub report and so skips
that page.

In this case I want it to print that page even if there are no records. How
can I acheive this ?

Thanks

Comments

  • edited January 2005
    Hi Andrew,

    In the NoDataBehaviors property of the subreport, try changing it from
    ndBlankPage to ndBlankReport. This will enable the subreport to still print
    even when there is no data present. This is a published property so it can
    be accessed from the Delphi Object Inspector.

    --
    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.