Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check box strange behaviour
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00213864
Message ID:
00213887
Views:
33
>Hello:
>
>I have check boxes in my application on a page. Sometimes you can
>check directly in the box and everything works ok, other times you have to click somewhere else on the page and the checkbox gets checked. The checkboxes are on top of a shape and I've moved
>them to front and the shape to back. Sometimes when I go into the application it works fine and other times I have this problem.
>
>Does anyone have any idea what's going on here. Any input would be appreciated.

They're kind of "sticky" sometimes. I add this code:

in Click: This.Refresh
in DblClick: This.value = !this.value
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform