ShowPreparedReport

Placed on the form
frxReport: TfrxReport;
frxPreview: TfrxPreview;

Code is as follows:
frxReport.Preview: = frxPreview;
frxReport.PreviewPages.Clear;
frxReport.PreviewPages.LoadFromFile ('c: \ 1.fp3');
frxReport.ShowPreparedReport;

The report did not show, but FastReport4 is OK

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 9:19PM
    what are you expecting, you have added a custom preview but you have not called the form that has the custom preview

Leave a Comment