RTM Search & Calc Changes at Runtime...
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
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
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com