templates, dade and parameters
Hi,
I user database stored templates with dade. Is there any way for me to set
up some parameters in the query to be filled via code once the template is
loaded in delphi?
Sorry if you already tiped this, but my research in tech-tips was
unsuccessfull.
[]'s
Ricardo
I user database stored templates with dade. Is there any way for me to set
up some parameters in the query to be filled via code once the template is
loaded in delphi?
Sorry if you already tiped this, but my research in tech-tips was
unsuccessfull.
[]'s
Ricardo
This discussion has been closed.
Comments
Take a look at the TdaSQLBuilder topic in the RBuilder help file.
TdaSQLBuilder was added for RB 9 in order to make the process of editing
queries created in DADE easier in code. You will need to use a template
event such as OnLoadEnd in order to successfully alter the Query associated
with the template being loaded. There are code examples of how to use the
TdaSQLBuilder in the help file.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com