I'm using the on reportloadend event to change the database name and it works one reports with just one query in the rtm report, but not if there are two or more queries. How do I access the database name for the other queries?
Get the TdaDataModule for the report. Then iterate thru the DataModule.DataViews[] array property to get each QueryDataView and modify the database name.
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
Get the TdaDataModule for the report. Then iterate thru the
DataModule.DataViews[] array property to get each QueryDataView and
modify the database name.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
missed th []'s and thought I had just one.
Thanks,
Dave