Can someone tell me how can I clear multiple selection list box? Regards Yamini
xavier romea
Ranch Hand
Joined: Jun 28, 2001
Posts: 37
posted
0
if you want to remove all options of selection list box, just set each of its elements to NULL. Or if you want to unselect every options of a selection list box, set to FALSE the property "selected" of all Options of the selection list box.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.