Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiselecting listboxes
Message
From
20/07/1999 15:51:23
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00243779
Message ID:
00243783
Views:
34
Do you need a THIS.REFRESH at the end of this snippet?

>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!
--Todd Sherman
-Wake Up! Smell the Coffee!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform