Create master-detail report using non database
It is the first time I use FastReport.
The report connects to TList(in delphi) ,non database(It means I use TfrxUserDataset to connect).
And I don't know how to create master-detail relationship when I create master-detail report.
Thanks for help me to do it(I need it more...).
The report connects to TList(in delphi) ,non database(It means I use TfrxUserDataset to connect).
And I don't know how to create master-detail relationship when I create master-detail report.
Thanks for help me to do it(I need it more...).
Comments
I got the same problem.
I couldn't find any examples on how to create master/details relation between two <span style='font-family:Courier'>TfrxUserDataset</span>.
The fact is I am not allowed to connect directly to the main database. Instead, I have to use a provided interface: I feed it with a query and I just got an encoded string as an reply.
Did you ever find a way to do so? If you have any code samples I will be so grateful!
Thanks for your help.