Load prepared report

Hi. I use FR2.5 and Delphi 5. I need to open previuos generated report and show it. I use the next code to do it:
with TfrReport.Create(self) do
           try
             LoadPreparedReport(Dialogo.Filename);
             ShowReport;
           finally
             Free;
           end;

But I doesn't work. How can I open a *.frp report and preview it?
Thanks.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 6:24PM
    use showpreparedreport instead of showreport
    ;)

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.