Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox control
Message
From
06/06/2003 17:47:46
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00723810
Message ID:
00797508
Views:
12
>To keep the focus on combobox you can place conditional NODEFAULT command into combo.LostFocus() event: for example for pressing Enter that would be:
>
>
>*** combo.LostFocus()
>IF LASTKEY() = 13
>	NODEFAULT
>ENDIF
>
Thank you Nick.

Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform