Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enter Key on a CheckBox in a Grid
Message
From
30/10/2002 14:17:17
 
 
To
30/10/2002 13:46:54
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00716997
Message ID:
00717027
Views:
43
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
>
Previous
Reply
Map
View

Click here to load this message in the networking platform