Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox DownClick
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00400379
Message ID:
00400534
Views:
18
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

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform