Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I open Drop-Down part of a Combo?
Message
 
To
04/07/2002 03:35:51
Eugene Kolmakov
Millennium Technologies
Vladivostok, Russia
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00675253
Message ID:
00675328
Views:
9
>Hi all!
>I need to make Combo show its drop-down list box from within my code. Is it possible?
>
>The main idea is that I want to make a kind of lookup combobox. When I type in text portion of combo it must show its drop-down part and highlight item matching the string typed or the nearest item otherwise.

Basically you can do it with these commands:
KEYBOARD '{CTRL+DNARROW}'
Or
KEYBOARD "{F4}" PLAIN CLEAR 
Might try to use them in the GotFocus() event.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform