J
JoyEakins
Hi -
I have a listbox that allows the user to pick which product to show in a
report. It is Extended MultiSelect. The user picks multiple items, runs the
report and then closes the report. They can click a button to "clear the
listbox" and then pick new products. However when they click on the listbox
again - if they click something that was previously selected, it will not
select the item until the user clicks it at least 2 times. Any advice to
stop this behavior? Below is the code I'm using with the clear button.
for each vitem in lstcontrol.itemselected
.selected(vitem)=false
next
Thanks!
Joy
I have a listbox that allows the user to pick which product to show in a
report. It is Extended MultiSelect. The user picks multiple items, runs the
report and then closes the report. They can click a button to "clear the
listbox" and then pick new products. However when they click on the listbox
again - if they click something that was previously selected, it will not
select the item until the user clicks it at least 2 times. Any advice to
stop this behavior? Below is the code I'm using with the clear button.
for each vitem in lstcontrol.itemselected
.selected(vitem)=false
next
Thanks!
Joy