Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Programmatically Open a ComboBox
Message
From
12/09/1997 09:17:30
 
 
To
11/09/1997 18:14:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00049685
Message ID:
00049799
Views:
53
>>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.
>use keyboard '{x41A0}' in the gotfocus event. Combo will open on entry and close on exit.
>HTH

Also, you could use
mouse click at this.top+25,this.left+this.width-5 pixels
in Combo.Gotfocus event
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform