Re: Disable Combo
- Posted by DerekParnell (admin) Jun 02, 2010
- 1308 views
dcole said...
I want to put the top name on the list in there on start up.
Try ...
setIndex(theList, 1)
Run after the list data has been added to the control.
I want to put the top name on the list in there on start up.
Try ...
setIndex(theList, 1)
Run after the list data has been added to the control.