How do I Automate, Exporting an RTF file?
Hi All,
I would like to automate, exporting an RTF document & saving as a file,
but not visually showing the report viewer.
frxReport1.PrepareReport;
frxRtfexport.Print;
Is it??
frxReport1.create(nil);
frxReport1.filename := 'financereports.rtf';
frxReport1.finish;
Thanks in advance
LeX
I would like to automate, exporting an RTF document & saving as a file,
but not visually showing the report viewer.
frxReport1.PrepareReport;
frxRtfexport.Print;
Is it??
frxReport1.create(nil);
frxReport1.filename := 'financereports.rtf';
frxReport1.finish;
Thanks in advance
LeX