Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi Selects in a List Box
Message
From
25/09/1998 17:09:55
 
 
To
25/09/1998 16:52:40
Tom Kreinbring
Thomas Kreinbring & Associates
Temple City, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00141027
Message ID:
00141032
Views:
27
>Is there a way to get a complete list of all the selected items in a list bos when multi select is enabled?

Sorry, I'll be clearer

FOR i = 1 to THISFORM.list1.listcount
IF THISFORM.list1.Selected(i)
?THISFORM.list1.listitem(i)
ENDIF
ENDFOR &&* i = 1 to THISFORM.list1.listcount
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform