Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Color of disable - gray
Message
De
19/12/2000 16:53:29
 
 
À
19/12/2000 16:48:07
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00455216
Message ID:
00455238
Vues:
29
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform