Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enter key with Radio Buttons
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00131998
Message ID:
00132059
Views:
16
>Does anyone know of a way to make the enter key not go down and turn on each button in an option group? I would prefer that it moves to the next control in tab order!

Hi Steve.

I'm not sure this is the proper way to do this, but it might work for you. I added this in the keypress of each option button within the option group:
IF nKeyCode = 13
	NODEFAULT
	KEYBOARD "{TAB}"
ENDIF
HTH
-Michael M. Emmons
Previous
Reply
Map
View

Click here to load this message in the networking platform