Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Programmatically Open a ComboBox
Message
 
À
11/09/1997 18:05:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00049685
Message ID:
00049812
Vues:
50
>Is there an event/method to call or a property to set in order to programmatically open a combobox? I can't seem to find one. I would think calling the click() or downclick() method would work, but nothing happens.
David,

Calling the click or mousedown does NOT make a click, it just runs the code there.

To open a combobox on it getting focus you can put this code in the GotFocus();

DoDefault()
KEYBOARD "{DNARROW}"
NODEFAULT
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform