Export to xls?

edited 12:49AM in FastReport 3.0
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 12:49AM
    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