Default Avatar

abhart

abhart

About

Username
abhart
Joined
Visits
2
Last Active
Roles
Members

Comments

  • 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…