Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enter key with Radio Buttons
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00131998
Message ID:
00132059
Vues:
15
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform