dsonda
dsonda
About
- Username
- dsonda
- Joined
- Visits
- 44
- Last Active
- Roles
- Members
Comments
-
https://forum.fast-report.com/en/discussion/2929/how-do-i-fix-quot-canvas-does-not-allow-drawing-quot You must have some default printer.
-
Hi, I use a variable to set the custom filename when exporting a report to PDF to send an email. After preparing the report, I get the variable value in Delphi and set the TfrxPDFexport filename property. But, when user is viewing the report (previ…
-
Ok. Do you know if it is possible to set the PDF filename using pascal script inside the report? The user can customize the report and asked me how to change the default filename when exporting
-
Hi Rob, Did you manage to do this? I'm trying to do the same, but with no success.
-
Hi Paul, Do you create TfrxPDFexport each time you print a report and set FileName property or threre is a global one object?
-
I found a solution, moving the TfrxDBDataSet to the same form/DM of TfrxReport, so at the FR3 (xml), it will be local, without the sufix "DataModule4." Off course, I will have to manually update the report template to point to local frxDBD…
-
Demo with report template. https://forum.fast-report.com/en/uploads/743/XF7J4MIGH8OZ.rar
-
https://forum.fast-report.com/en/uploads/069/KULTCMT6H5E0.rar Demo attached.
-
Hi Paul, My sample code was just as I was thinking about how it could work, with "FileName" as a property of some object, like TfrxReport or other. I know about the FileName property of each export component (PDF, DOCx, etc) and I'm using …