Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to drop down a combobox when user types '{Enter}'
Message
From
29/11/2004 23:09:32
 
 
To
29/11/2004 22:57:22
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00965600
Message ID:
00965603
Views:
8
Hi,

Try:
Combo.KeyPress()
IF nkeycode = 13
  KEYBOARD '{ALT+DNARROW}'
  NODEFAULT
ENDIF
HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Reply
Map
View

Click here to load this message in the networking platform