Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checkbox in a Grid
Message
From
05/11/2002 12:36:03
 
 
To
05/11/2002 12:32:13
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00718967
Message ID:
00718974
Views:
44
Bill,

something like in the click event would work:
IF LASTKEY() = 13
   this.Value = IIF(this.Value = 0,1,0)
ENDIF
It's really a kludge as this switches it, then switches it back. But it works.

Rob

>The initial message should read:
>How can I prevent the value of a CheckBox from changing
>on hitting the Enter key?
>Bill
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform