Export using my Dialog

edited August 2012 in FastReport 4.0
Hello I would like to know how do I do an export using a dialog alert by my component "TfrxRTFExport"

If I use the code
frxReport1.Export (frxRTFExport1);

I will be open Dialog export Fast Report I wanted to create my custom Dialog

I've tried the following code no longer works

frxRTFExport1.Report := frxReport1;
if frxRTFExport1.Start Then
Showmessage('Exportado');

Ie I want to export my through a form where I'll put the export option to do so need to know how to export components "TfrxCustomExportFilter"

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.