Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'Shifting up/down' type list control desired
Message
From
29/06/2000 13:57:18
 
 
To
29/06/2000 13:38:44
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00386568
Message ID:
00386579
Views:
18
>I'm looking for a list (or combo, or grid or whatever) type control that allows one to select one or more sequential entries ...

You'll probably want to use the ListBox, which has a MultiSelect property. To determin which Items are selected, you can use the Selected array property (List.Selected(1) will return .T. if the first item is one of the selected ones).

>... and shift them up or down in the list ... as is done in many programs.

List boxes also have a MoverBars property, but it will only move one object at a time. If you want to move multiple, you'll probably have to code it yourslef. Whats an example of a program that moves multilpe items at a time?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform