Export to xls?

i'm newbie to FR3.I couldnt find a option to export to xl format.
so should i hardcode to xport to xls?

i have written


msExcel = CreateOleObject("Excel.Application")
msExcel.Visible = True

then wht to do?

Reply Awaited!!

Comments

  • mierlpmierlp Netherlands
    edited 6:46PM
    hi,

    If you would like to export using FastReport than this is how
    you can do it.

    - put the frxReport on the form and create you're report
    - put the frxXLSExport on the form
    - put this code in the onclick event from a button to export :
    frxReport.preparereport;
    frxReport.Export(frxXLSExport);

    Otherwise use this component which is much easier and
    has a lot of functions and is freeware :
    http://www.scip.be/index.php?Page=Componen...lExport&Lang=EN

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.