Design report outside Delphi
mierlp
Netherlands
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
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
if you include designer
reports can be edited in preview window.
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
after loading report
call show report
in the preview window click on the editpage button