J
JonWayn
Setting the Selected property of a listbox puts a visual highlight on the
item indicated by the numeric argument to the selected property but the
ListIndex of the listbox doesnt reflect that that item is selected. What use
is the Selected property then? How can I programatically select an item in a
listbox and have the after_update event triggered as a result whereas the
listIndex property will reflect that item? Even using a statement like ;
lst1 = "SomeValue", doesnt seems to affect the value of the listbox. By the
way, the listbox I am working with here is unbound
item indicated by the numeric argument to the selected property but the
ListIndex of the listbox doesnt reflect that that item is selected. What use
is the Selected property then? How can I programatically select an item in a
listbox and have the after_update event triggered as a result whereas the
listIndex property will reflect that item? Even using a statement like ;
lst1 = "SomeValue", doesnt seems to affect the value of the listbox. By the
way, the listbox I am working with here is unbound