What script command is used to evaluate the contents of a combobox?
I need to simulate clicking the down arrow on a combobox and evaluate its content until I find the correct item in the list.
How to read data from a combobox
Moderators: Dorian (MJT support), JRL
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
You can copy the selection to your clipboard and compare it to a set of know values. You may need to loop a few times until you get a match.
After the combo box selection is made, highlight it, use CTL-C to copy to Clipboard, then use GetClipboard to compare it to your list.
After the combo box selection is made, highlight it, use CTL-C to copy to Clipboard, then use GetClipboard to compare it to your list.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!