Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox DownClick
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00400379
Message ID:
00400534
Vues:
19
Hi Kevin,

The documentation on this is mis-leading. The event does NOT fire when you click to drop down the list, but rather ONLY when the ComboBox has more items than it's DisplayItems count and you click the down arrow in the list that drops down.

Add This.DisplayCount = 2 to your code below and you'll see what I mean.


>
>I have placed a Combo Box from the VFP set of controls (Not a class)
>into a form.
>
>In the Init event of the combox box I have
>
>
>This.AddItem("Test1")
>This.AddItem("Test1")
>This.AddItem("Test1")
>

>
>
>In the DownClick event of the combox box I have:
>
>
>WAIT WINDOW "DownClick"
>

>
>
>When I run it and click the arrow, I get nothing!!!
>
kenweber
GCom2 Solutions
Microsoft Certified Professional

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform