In VB, you can use the combo.DropDown method to simulate a click on the control so that all entries on the combo are displayed.
Is it possible to do this in Scriptcase?
In VB, you can use the combo.DropDown method to simulate a click on the control so that all entries on the combo are displayed.
Is it possible to do this in Scriptcase?
What you want is the typical combobox on Desktop apps?
Use “Select” as datatype, and complete “configuration” with lookup SELECT.

Thanks for the reply; however, it’s a bit more complex than this. I’ve set the combo up exactly as I’d like it, and it works fine. However, using an Ajax event, I want to invoke the combo click, so that the focus moves to the combo box expands. I can move the focus, but I haven’t found out how to expand the combo.
You have to simulate a click then.
http://stackoverflow.com/questions/773639/how-can-i-simulate-an-anchor-click-via-jquery