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

ObjectList Linking

edited December 2009 in General
I have version 11.04 of the report writer (cannot upgrade for a few
reasons) and Delphi 7. In delphi, I have what is basically an
objectlist that holds data. For a report I have a firebird query that
runs a stored procedure. Is there a way to have a report object that
will somehow pull the data directly from the objectlist and use the
firebird query report writer table as the master and the objectlist as
the detail.

Comments

  • edited December 2009
    You can use a JITPipeline for an object list.

    You can link the detail JITPipeline to the master DBPipeline via the
    JITPipeline MasterDataPipeline and MasterFieldLinks properties.

    There are some JITPipeline examples and tutorials installed with the
    product. Here is the link to a relevant rbWiki article.

    http://www.digital-metaphors.com/rbWiki/Data_Access/JIT_Data/Master-Detail


    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com



    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.