Forum Discussion
Adrian_Tankard
11 years agoContributor
You could try looping around checking that the value exists in the property wItemList (assuming you are not using an interesting combo box from Sencha).
For example:
while inStr(myCombo.wItemList, "Value I am looking for") = 0
aqUtils.Delay 1000
wend
For example:
while inStr(myCombo.wItemList, "Value I am looking for") = 0
aqUtils.Delay 1000
wend