Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird SetFocus behaviour
Message
 
To
08/04/2003 04:53:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00775012
Message ID:
00775081
Views:
12
The pressing of 'Enter' key while on first option doesn't fire the 'click event' of the first option. you might want to add this to the 'valid' of the optiongroup:

IF LASTKEY()=13 AND This.Value=1
This.OptFirst.Click()
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform