abhart
abhart
About
- Username
- abhart
- Joined
- Visits
- 15
- Last Active
- Roles
- Members
Comments
-
Thanks!
-
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…