Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListBoxes and Mover bars
Message
 
To
18/07/1999 05:12:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00242832
Message ID:
00242853
Views:
27
>Now I really feel like an idiot, talking to myself < bg >. I think I answered my own question. The THIS.List property should show each item as they are displayed in the listbox. (I had originally been looking at the .ListItem property, which wasn't the correct one.)
>
>Am I on the right track?
>

Bonnie,

Yes you are. Each item in the list has an index number and an item number. The index number changes when the item is moved, but the itemnumber remains with that item all the time and doesn't change. The List collection use the Index number to identify the item, while the ListItem collection uses the ItemNumber to do it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform