Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox Select All
Message
 
To
30/06/2000 14:32:28
Mark Atherton
University of Ca Davis, Student Housing
Davis, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00387235
Message ID:
00387257
Views:
17
>I need to show every item in my listbox as selected upon entry to the form. My listbox has 5 entries and all listbox items selected is the default. I have multiselect = .t., and am able to interactively accomplish this when the form is running, I just need all items selected when the form displays. Any suggestions? Thanks.

In the List's INIT:
for each li in this.listcount
   this.listitem.selected[li] = .T.
endfor
Previous
Reply
Map
View

Click here to load this message in the networking platform