|
Question : Un-highlight selected item in listbox
|
|
I have a list box with the multi select propert set to none. when I select an item I can select others in the list but can not choose to select none - I must have one selected. I would like to be able to select any item in the list, then click again on the highlighted item to de-select it.
|
|
Answer : Un-highlight selected item in listbox
|
|
Just issue a line like: me.listbox = ""
Nic;o)
|
|
|