Load all files in frxPreview



Hi


I need to upload the two attached files and display the content in frxPreview and I'm not able to.

Using the code below, I manage to load only one of them when I need to load the contents of both.


//Code

frxReport1.PreviewPages.LoadFromFile('d:\boleto.fr3');

frxReport1.Preview:=frxPreview1;

frxReport1.ShowPreparedReport;


Thanks

Comments

  • Use

    frxReport1.PreviewPages.LoadFromFile('d:\boleto.fr3');

    frxReport2.PreviewPages.LoadFromFile('d:\teste.fr3');

    frxReport1.PreviewPages.AddFrom(frxReport2);

    frxReport1.Preview:=frxPreview1;

    frxReport1.ShowPreparedReport;

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.