Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reset combobox choices to top of list?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00178213
Message ID:
00178214
Views:
29
>Is there an easy way to reset a list of combobox choices to the top of the list so when I return to the same combobox that I was recently visiting that I can start from the top and scroll down form the top of the list? And not start from the last chosen combobox item. I know how to do it for an Editbox.
>
>Thanks for helping me once again. I sincerely appreciate it.

Yes, something like
***Combo.GotFocus event
Select MyCursor && if it's combo.rowsource
Go Top
This.Value=MyCursor.MyField

It's probably will work better for unbound combo.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform