How to set default directory in TfrxReport in design mode for SaveDialog
Hi.
I am using to open designer like this:
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.
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
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