I am using to open designer like this:
CODE
frxReport1.PrepareReport(True);
frxReport1.DesignReport;
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.