J
Jase
Hi All
I have a form setup with a multiselect box in it, and to
determine which bits have been selected I am using
multiselectbox.selected(listnumber) so effectively I loop
through the list and ask eash member if it is selected.
Unfortunately this does not seem to be working??
Is there something obvious that I am missing?
Code fragment :
for x = 0 to listcount
if listbox.selected(x) then
<do stuff>
end if
next x
Thanks heaps
Jase
I have a form setup with a multiselect box in it, and to
determine which bits have been selected I am using
multiselectbox.selected(listnumber) so effectively I loop
through the list and ask eash member if it is selected.
Unfortunately this does not seem to be working??
Is there something obvious that I am missing?
Code fragment :
for x = 0 to listcount
if listbox.selected(x) then
<do stuff>
end if
next x
Thanks heaps
Jase