PDFExport filename issue
OK - weird one here
I have a PDDFExport and a report
Got this code as an example:
frxPDFExport1.FileName := 'c:\temp\Test.pdf'
frxReport.ShowReport;
In one program it works. In a second it doesn't and the filename is blank.
Both programs use the same code in the same units. Both are in the same project group. Can't see why they are different.
Version is 6.2.1 Delphi VCL version
Any ideas?
Comments
Also as well as the adobe button, the save button has two PDF file options.
The first does not show the filename, the second does,
Why are there two?
And now 3
Use one instance of TfrxPDFExport in the project
Thanks