Export to PDF filename
Hi,
I want to be able to pre-set the filename when the user exports a report to PDF. I don't mind if the "Save as" dialog still appears but I want to pre-populate the name.
Is this possible?
Andy
I want to be able to pre-set the filename when the user exports a report to PDF. I don't mind if the "Save as" dialog still appears but I want to pre-populate the name.
Is this possible?
Andy
Comments
frxPDFExport1->Filename = "";
Andy
I'm having a conversation with myself. Anybody else who's listening please feel free to join in
I'm also getting an AV when I Load a report, save to pdf, exit, re load the report and use the following code,
((TfrxMemoView*)frxReport->FindObject("Memo4"))->Text = cmbProducts->Items->Strings[cmbProducts->ItemIndex];
Any ideas anyone?
Andy