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

RTM Search & Calc Changes at Runtime...

edited May 2007 in General
Delphi 7 and RB 10.x Professional.

Our users are provided with a list of RTM files at runtime. The list is
created when the user uses the RBExplorer | Save To File ... menu item.

At runtime, when the user selects a RTM file, we need to allow them to
specify the selection range (by RecNo, CustNo, DateRange, etc.).

Is there an example of how to programattically set these types of parameters
at runtime, or does the user have to use the RBExplorer and make the changes
within each DataView?

Patrick

Comments

  • edited May 2007
    Hi Patrick,

    Take a look at the TdaSQLBuilder object. This gives you complete control
    over the TdaSQL object in DADE and allows you to manually minuplate your
    queries created in DADE in code. The TdaSQLBuilder topic in the RBuilder
    help provides numerous code examples.

    --
    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.