Maybe I missunderstood the concepts between query wizard and query assistant, this last one is what I need to access in order to manipulate in my application, the query assistant I'm talking about is that one with two big selected boxes one at the right and the other to the left. so the user select: tables, fields, formulas and moves to the right of the boxes.
The Query Wizard is the dialog with two listboxes next to each other. This is exactly what the example in the article does . If you load the example and select the "Query Wizard" button, you will see the Query Wizard as a stand-alone app.
Comments
Below is an example on how to launch the Query Wizard in code...
http://www.digital-metaphors.com/rbWiki/DADE/Program_Control/How_To...Launch_the_DADE_Query_Wizard_in_Code
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Maybe I missunderstood the concepts between query wizard and query
assistant, this last one is what I need to access in order to manipulate in
my application, the query assistant I'm talking about is that one with two
big selected boxes one at the right and the other to the left. so the user
select: tables, fields, formulas and moves to the right of the boxes.
Regards
The Query Wizard is the dialog with two listboxes next to each other. This
is exactly what the example in the article does . If you load the example
and select the "Query Wizard" button, you will see the Query Wizard as a
stand-alone app.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
That's exactly what I was loooking for.
Regards