Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiselect in listbox without CTRL-Mouseclick
Message
From
18/03/1999 18:25:37
 
 
To
18/03/1999 17:30:54
Hermann Strijewski
Fast Track Business Solutions
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00199502
Message ID:
00199532
Views:
13
>I have a listbox on a form where I want to allow the users to easily select a couple of lines, ideally I'd like to program it SO THAT THEY DON'T HAVE TO HOLD THE CONTROL KEY DOWN while clicking on the next couple of items.
>
>I have seen that on some other applications but have not figured out how to do this in VFP.
>
>Any ideas?
>
>TIA, hs

This is standard Windows behaviour.

However, you could add an option group so the user could select "Single-select" or "Multi-select" mode, then use the Selected() method coupled with an array of selected items numbers to programmatically re-select the desired list items.

Seems like a lot of work though...

Just my $.02

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform