Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabled Checkboxes
Message
From
19/12/2001 12:55:22
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00596156
Message ID:
00596284
Views:
19
>Good morning all,
>
>I've seen it here before, but now I can't find it.....
>
>How can I make a read-only checkbox look like a standard checkbox. Changing the DisabledBackColor to 255,255,225 also changes the space behind the label to white (its a std gray form). Using the standard ForeColor and BackColor settings results in a "grayed out" appearance for the label.
>
>Thanks,

If there is a condition where you want it enabled or not. In the WHEN event put.

IF your_condition_is_not_met
RETURN .F.
ENDIF

HTH
Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform