Merge reports
Hi.
I have 2 reports (two *.FR3 FILES).
Is it possible create one output from them? I need to merge these two reports in Delphi enviroment - in program code.
Thanks.
I have 2 reports (two *.FR3 FILES).
Is it possible create one output from them? I need to merge these two reports in Delphi enviroment - in program code.
Thanks.
Comments
http://www.fast-report.com/en/forum/index....amp;#entry19158
I will put from there your code here:
An I have a question.
Where I can find ReportObjToText() and ReportObjFromText() and what type is lPageText, please?
Can you please put here these your functions?
Thanks.
But I can't found information about frxCompositeReport in programmers manual and users manual.
FastReport 4 VCL
I was try to find it here http://www.fast-report.com/en/documentation/
Amazing. Thank you. It looks so easy.
FR4 incorporates this into the normal frxReport component but I just continued to name the component I used for composite reports as frxCompositeReport.
gpi's post spells out the correct way.
I try to merge multiple file to one file as well but didnt get the result I expect. All the report files have different datasets and works on its own.
So, I have a TList filled with TfrxReport's. After printing, the reports are all in one file, but without datas, so there are only empty files.
I use this code: