ObjectList Linking
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.
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.
This discussion has been closed.
Comments
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