Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checkbox
Message
From
10/10/1999 18:32:29
 
 
To
10/10/1999 18:18:08
Randy Hooper
Ranco Business Software
Tampa, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00274788
Message ID:
00274791
Views:
23
Hi Randy,

>How can I keep my user from unchecking the checkbox when they enter through it. What I would like to see they can place a value in the checkbox by the spacebar or mouse.

Do you mean when the user hits enter do not Check? Put this in your InterActive Change event:
if lastkey() = 13
	This.Value = iif(This.Value = 1, 0, 1)
endif
Does this help?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform