Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sorting Listbox
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01524969
Message ID:
01524971
Views:
83
This message has been marked as the solution to the initial question of the thread.
thisform.myListBox.Sorted=.T.

*I have a listbox where items added in code as following:
*
*
*thisform.myListBox.additem( "ABC" )
*thisform.myListBox.additem( "NBC" )
*thisform.myListBox.additem( "CBS" )
*How can sort the values of this list box so that when I scan values they show in alphanumeric order. Here is how I scan the values:
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform