Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiselecting listboxes
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Multiselecting listboxes
Miscellaneous
Thread ID:
00243779
Message ID:
00243779
Views:
64
Hi All,
I have a listbox on a form which has multiselect set turned on. If I create a for loop to go through the listbox and manually set the SELECTED property to true for certain elements in the listbox, nothing happens. The code that I have tried is summarized below:

FOR j = 1 TO .lstSubset.LISTCOUNT
IF lcSubsetValue = ALLT(.lstSubset.LIST(j))
.lstSubset.SELECTED(j) = .T.
EXIT
ENDIF
ENDFOR

I have stepped through this code in the debugger and watched as Foxpro apparently executes the .lstSubset.selected(j) = .T. statement, but the value does not change. I'm using VFP 5.0a. any ideas?

Thanks!
Next
Reply
Map
View

Click here to load this message in the networking platform