Preview report problem

why cant' I preview the report when storeInDfm set to False.


I'm using Delphi 7 and Fast Report 2.53 with the following code:-
frReport1.ShowReport

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 10:42AM
    When store in dfm is false you are saving the report's design definition to a .frf file
    to show it you must use the loadfromfile method before calling show report.
    ie
    frreport1.loadfromfile('fullpathandreportname.frf');
    frreport1.showreport;
    ;)
  • edited 10:42AM
    thank you.

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.