Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ComboBox Values
#1
Is there a way to retrieve the values in a drop-down/combo-box type field?
I have one that has about 100 and need to grab them all; i'd like to do it without doing a gui hack.

thanks.
An old blog on QM coding and automation.

The Macro Hook
#2
To get values of items, use CB_GetItemText and CB_GetCount.
To get selected or typed value probably can be used str.getwintext.


Forum Jump:


Users browsing this thread: 1 Guest(s)