Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box - Drop Down
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00646051
Message ID:
00646053
Views:
17
* Combobox GotFocus()
KEYBOARD "{F4}" PLAIN CLEAR
* or
KEYBOARD "{alt+dnarrow}" PLAIN CLEAR
>Hi,
>
>I have a combo box control on a data entry screen. I would like to display the drop down list associated to the box (Same as the one that gets displayed on clicking the down arrow of the combo box); When the user presses "Down Arrow" key or atleast when the user tabs to the field. How can I do this?
>
>I tried using the following code in the KeyPress Event of the combo box
>
>If nKeyCode = 24 && Down Arrow
> Nodefault
> This.MouseDown()
> **This.DropDown()
>Endif
>
>Thank you.
>Neetu Kumar
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform