Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

templates, dade and parameters

edited February 2006 in General
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

Comments

  • edited February 2006
    Hi Ricardo,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.