Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enter Key on a CheckBox in a Grid
Message
De
30/10/2002 14:17:17
 
 
À
30/10/2002 13:46:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00716997
Message ID:
00717027
Vues:
45
Thanks for the suggestion, it would have worked!
but I am using Craig's for the same reason you said.
it is cleaner. But thank you for the help.
I appreciate it.

:-)

>UPDATE: I just saw Craig's reply and it works and is much cleaner!
>
>Create a form property called onkeyenter and set its initial value to ""
>Then in the checkbox's gotfocus method put:
>
>thisform.onkeyenter=ON('KEY LABEL','ENTER')
>ON KEY LABEL ENTER KEYBOARD '{TAB}'
>
>and in the checkbox's lostfocus method put:
>
>LOCAL lconkey
>lconkey=thisform.onkeyenter
>ON KEY LABEL ENTER &lconkey
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform