Greetings,
I'm trying to build a module method that can be reused in other
projects.
This method is to pull data from editfield, popup menus, comboboxes,
etc., etc. to construct an SQL search string.
The idea is that the method is passed the window and then checks
every control object in the window to see if it is such a control
object as we might find data to search on within it. Then to build
the SQL search string based on found data.
The question is, is there a way to pull data from such controls using
the Control class?
Would the Handle help? If so, how? If not, is this idea I'm working
towards even feasible?
Regards,
Chuck
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>