How to export?

If I drop one of the export components on a form, I see the export prompt in preview mode. Good.

How can I select any export function programmatically?

I see no documentation on these components anywhere. Have I missed somewhere to look...?

Thank you

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 9:27PM
    see page 19 programmers manual
    Exporting a report

    It can be performed from a preview window.
    The operation can also be executed manually,
    via the ???TfrxReport.Export??? method.
    In the parameter of this method you should specify the export filter
    you want to use:

    frxReport1.Export(frxHTMLExport1);

    The export filter component must be available
    (you must put it on the form of your project)
    and be adjusted correctly.
    after loading report call prepare report before trying to export.
    ;)

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.