Design report outside Delphi

mierlpmierlp Netherlands
edited 7:58PM in FastReport 3.0
hi

i've created a applications which uses FastReport.
In some reports the user has to change some text.
Is it possible to let a user change a existing report
without the use of Delphi. I use fastreport 3.24

greetz Peter

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 7:58PM
    yes
    if you include designer
    reports can be edited in preview window.
    ;)
  • mierlpmierlp Netherlands
    edited 7:58PM
    hi,

    Can you give an example...i did assign frxPreview and frxDesgn
    to the uses section...but when compiling i get a error the
    frxpreview.pas can't be found.

    I placed a frxpreview on the form and a button with the code:
    frxPreview.loadfromfile('C:\Data\test.fr3'

    but it's not working
  • gordkgordk St.Catherines On. Canada.
    edited 7:58PM
    you only add preview component when using custom previews.
    after loading report
    call show report
    in the preview window click on the editpage button
    ;)

Leave a Comment