Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabled Checkboxes
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00596156
Message ID:
00596180
Views:
21
You could try putting the check box in a container. Adding an enabled_assign method to the container. In the enabled_assign set the enabled property of the checkbox to .T. I;ve done something similar with a label and textbox combination in a container.

The enabled_assign code would look something like this:
This.Checkbox1.Enabled = .T.
This.Enabled = tlenabled
HTH

Robert
Previous
Reply
Map
View

Click here to load this message in the networking platform