Accessing fields in Delphi for Data Query
I am new to ReportBuilder and Delphi. I need to access the fields of my
query in the data tab of the report. How do I do that in Delphi?
Apparently, the query type, TdaADOQueryDataView, doesn't have FieldbyName or
a Parametes option. Any help would be appreciated.
Thanks,
Clinton
query in the data tab of the report. How do I do that in Delphi?
Apparently, the query type, TdaADOQueryDataView, doesn't have FieldbyName or
a Parametes option. Any help would be appreciated.
Thanks,
Clinton
This discussion has been closed.
Comments
Report.Datapipeline['FieldName'].
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com