Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Color of disable - gray
Message
From
19/12/2000 16:53:29
 
 
To
19/12/2000 16:48:07
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00455216
Message ID:
00455238
Views:
28
>>Try the DisabledBackColor property. - also, keep in mind that Enabled = .F. will set the fore color to the DisabledForeColor, whereas ReadOnly = .F. won't.
>
>
>Are the ReadOnly and Enabled same thing?

No. ReadOnly still allows the field to be selected, but not changed. Enabled (.F.) does not allow the field to be selected.

>Do I code like this (e.g.) This.field1.ReadOnly = .F.?

.T. to make it ReadOnly. If you're actually in your own object, it's just
This.ReadOnly = .T.


>Does the DisabledBackColor work with ReadOnly?
>
>(I have not tried it yet)

No, since it's not disabled.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform