Datapipelines on the Data-tab of the designer
Hi,
How to show the datapipelines created on a delphi-form in the "data"-tab of
the designer? I'ld like to add some new (lookup- or detail-) query within
the report and link them to one of the datasets available from the invoking
form. Can this be done?
Any help appreciated.
best regards
Anton Santa
D5, D7, RB 7 (evaluation).
How to show the datapipelines created on a delphi-form in the "data"-tab of
the designer? I'ld like to add some new (lookup- or detail-) query within
the report and link them to one of the datasets available from the invoking
form. Can this be done?
Any help appreciated.
best regards
Anton Santa
D5, D7, RB 7 (evaluation).
This discussion has been closed.
Comments
that. Then you can base the dynamic ones off of the ones on the form by
checking the field objects on the dataset and the SQL or table name on the
data access component if it is a TQuery or TTable respectively. Here are a
couple of helpful examples which are related to this:
http://www.digital-metaphors.com/tips/CreateDatamodViaCode.zip
http://www.digital-metaphors.com/tips/CreateReportFromDataset.zip
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com