Default Avatar

abhart

abhart

About

Username
abhart
Joined
Visits
31
Last Active
Roles
Members

Comments

  • https://forum.fast-report.com/en/discussion/comment/44067#Comment_44067 Thanks gpi, that works to prevent the window from appearing! https://forum.fast-report.com/en/uploads/105/DO14CXD49AIW.png Unfortunately, without that window, it appears that th…
  • Resolved the issue as follows: In the group footer, add a handler for the OnBeforePrint event:  procedure GroupFooter1OnBeforePrint(Sender: TfrxComponent); begin  SetSubreportQuery (<frxDBDataset1."customerID">); end;  Create a child…