PDFExport not asking for a filename
I am using FR VCL 4.15 with C++ Builder.
I use ShowPreparedReport(), and from that preview, I click EXPORT, then PDF. The initial Export box pops up, and I wish I could skip this popup because I never change any of the parameters, but after I click OK, I never get the popup asking for the filename I wish to save my PDF to.
Here is my code
DM2->PDFExport3->ShowDialog = true;
DM2->Report3->ShowPreparedReport();
DM2->PDFExport3->ShowDialog = false;
Help!
Thanks,
Doug
I use ShowPreparedReport(), and from that preview, I click EXPORT, then PDF. The initial Export box pops up, and I wish I could skip this popup because I never change any of the parameters, but after I click OK, I never get the popup asking for the filename I wish to save my PDF to.
Here is my code
DM2->PDFExport3->ShowDialog = true;
DM2->Report3->ShowPreparedReport();
DM2->PDFExport3->ShowDialog = false;
Help!
Thanks,
Doug
Comments