You can use the TdaSQLBuilder (TdaSQLBuilder.Clear routine) to clear out a DataView of all tables and search conditions or if you would like to completely remove the entire dataview, you can simply free the TdaQueryDataView object.
Is this something i will have to do every time i run the report.
Or is it something i do once and thats it.
I have 2 etries in the data tree of the report designer. ChildDBPipeline1 and DBPipeline
I want to remove the ChildPipeline1 completely and not have any entries in the data tab at all so i can use the data connection on my forms or datamodules.
Comments
You can use the TdaSQLBuilder (TdaSQLBuilder.Clear routine) to clear out a
DataView of all tables and search conditions or if you would like to
completely remove the entire dataview, you can simply free the
TdaQueryDataView object.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Is this something i will have to do every time i run the report.
Or is it something i do once and thats it.
I have 2 etries in the data tree of the report designer. ChildDBPipeline1
and DBPipeline
I want to remove the ChildPipeline1 completely and not have any entries in
the data tab at all so i can use the data connection on my forms or
datamodules.
Regards,
Trevor
You will need to either remove the ChildDBPipeline every time you load that
specific template or remove the dataview manually and resave the template.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com