How to set filename for export by pascalscript in report (not in application) ?
Hello,
is possible to set filename for export direct in report by pascalscript ? I need to change/set filename for save/export dialog from report prewiev, when user click on save or pdf export.
Exists something like this...?
begin
Tfrxpdfexport.filename:='something'+<somescriptvariable>+'.pdf';
end.
Thank you
Comments
Hi Rob,
Did you manage to do this?
I'm trying to do the same, but with no success.
FR doesn't have such feature. Try to create user's function to set export dialog filename from Delphi's code (will be called from script)