Footer after MasterDataBand doesn't get printed

edited 6:23PM in FastReport VCL 5
Hey everyone,

I'm working on a report with multiple MasterData-, Footer- and Child-Bands. It's all working fine except when the query behind a dataset doesn't return any rows. If that's the case the MasterDataBand (and therefore all connected bands to it) doesn't get printed. I tried working with the "Print Child if invisible" and "Print if Detail empty" attributes without success. Is there any way to work around this issue?

Regards,
Maxi

Comments

  • gpigpi
    edited 6:23PM
    Use additional TfrxMasterData with RowCount = 1 to show info when main MasterData don't show. Hide second masterdata in the script when first masterdata printed

Leave a Comment