Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

non-gui report generator

edited December 2005 in General
Is it possible to create a non-gui report generator using report builder? I
want to create a stand alone commandline application that will get launched
by another application. I want it to read a text file for data to fill in
the report fields then generate a pdf file. Is this possible? Is there a
better way to do this?

Thanks,
Tom

Comments

  • edited December 2005
    Hi Tom,

    This should be possible granted you set up your report object properly. For
    instance, in code you will need to create and connect a TppReport and
    TextPipeline perhaps. You will also need to assign the proper device and
    file name to be exported as well as setting items such as ShowPrintDialog
    and ShowCancelDialog to False.

    For an example of creating a report completely in code, take a look at the
    ReportBuilder Developer's Guide located in the \RBuilder\Developer's
    Guide\... directory or look in the "Code Based" thread inside the Tech-Tips
    newsgroup.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.