I'm trying to set my list box to a particular action. In my list box I have "Inquire", "Change", "Delete". I would like to set it to "Inquire" so I would assume like in VB it would be........
cboAction.listindex = 0
But I'm getting a "You've used the listindex property incorrectly" error. Any suggestions in what I'm doing wrong or how this could be accomplished?
Thanks in advance,
Kacy
________
Honda c70
cboAction.listindex = 0
But I'm getting a "You've used the listindex property incorrectly" error. Any suggestions in what I'm doing wrong or how this could be accomplished?
Thanks in advance,
Kacy
________
Honda c70
Last edited: