Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Box - Drop Down
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00646051
Message ID:
00646053
Vues:
18
* 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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform