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

ReportBuilder 6.03 and Intraweb

edited October 2004 in General
I have version 7.2.12 of Intraweb and version 6.03 of ReportBuilder. Is it
possible to create reports for use with Intraweb?

Bruce

Comments

  • edited October 2004

    --------------------------------------------
    Article: ReportBuilder and IntraWeb
    --------------------------------------------

    There are two basic approaches to using ReportBuilder and IntraWeb to
    implement web applications.

    1. ReportBuilder Server Edition

    Live Demo: www.digital-metaphors.com/RBServerLive

    Features:
    http://www.digital-metaphors.com/Subpages/Products/Server/Features.html


    ReportBuilder Server Edition contains the most comprehensive,
    productive,high performance solution available. The Server Edition enables
    you to build a multi-tier web solution within a few hours of installating
    the product. Spend an afternoon with the trial version to evaluate it. The
    Server has the ability to incrementally generate pages on demand and the
    WebTier performs session management, caching, and generates a high quality
    xhtml/javascript
    report previewer.

    The demos included with RB Server Edition contain examples of using the RB
    Server's WebTier component within Delphi Web Broker apps: ISAPI, ASP .Net,
    Apache.

    For integration with an IntraWeb app, there are two options you can
    research:

    a. Use the RB WebTier and Delphi's Web Broker to build an ISAPI application.
    Then call the reports by passing an appropriate URL to the Web Server. This
    option is definitely doable.

    b. Use the RB WebTier within the IntraWeb app itself. We have not tried this
    option. The WebTier requires that the web request sent to the Web
    application be passed thru to it. I think once you spend time with RB Server
    Trial Edition and tutorials in the Server Developers Guide you can determine
    whether this is feasable.


    2. Build your own

    The other approach to implementing publishing reports to the web is to use
    any of the ReportBuilder Editions to impelement your own web solution.

    a. Make sure that you provide a thread-safe container for the report to
    execute.
    b. Make sure that no dialogs are displayed by the report (i.e. set
    Report.ShowPrintDialog, ShowCancelDialog, etc to False.
    c. Set Report.EnableProcessMessages to False.

    The simplest solution to implementing your own server is to generate the
    reports to PDF return them (or a link to them) to the web browser. A more
    complex solution would involve creating a custom report viewer as is done by
    ReportBuilder Server Edition:

    www.digital-metaphors.com/RBServerLive



    --


    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited October 2004
    Thanks for the comprehensive response.

    Bruce

This discussion has been closed.