Finding report page after generating report

I am joining many TfrxReports using this technique found in FR documentation:
  frxReport1.LoadFromFile('d:\fr1.fr3');
  frxReport1.PrepareReport(True);
  frxReport1.LoadFromFile('d:\fr2.fr3');
  frxReport1.PrepareReport(False);
  frxReport1.LoadFromFile('d:\fr3.fr3');
  frxReport1.PrepareReport(False);
  frxReport1.Preview := frxPreview1;

Then is it possible to switch between first pages of 01.fr3, 02.fr3 or 03.fr3 on frxPreview1?

Comments

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.