How to set default directory in TfrxReport in design mode for SaveDialog

Hi.
I am using to open designer like this:
frxReport1.PrepareReport(True);
frxReport1.DesignReport;

If I change report and try to click SAVE AS... then dialog is target into my desktop. Is there any option how to set default target of this save dialog into my folder?
Thanks.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 11:19AM
    you do not call prepare to design the report.
    typical is frxreport1.designreport

    add the designer component to your app
    you can set its save, open and template dirs as you want
    default save is to the applications dir

Leave a Comment