Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programatically activate the drop down list in a Combo B
Message
 
To
30/03/2001 01:36:31
F. Bennett Swenson
Sundance Aerial Photography
Hurst, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00490222
Message ID:
00490224
Views:
9
You can try this in LostFocus event of ComboBox:

IF LastKey() == 13 .AND. EMPTY(this.Value)
NODEFAULT
KEYBOARD CHR(160) && ALT + DOWNARROW
ENDIF


Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform