Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Labels
Message
De
27/04/1997 11:29:55
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Labels
Divers
Thread ID:
00029828
Message ID:
00029828
Vues:
72
I have a form with a pageframe in it. The pageframe and all its objects are disabled until the user selects to edit. I disable the objects using the setall method. When I do, the labels all show in the disabled color. I want to keep the labels in the enabled color. I tried setting the disabled fore color to 0,0,0 (which is what I have for the enabled color) but the labels show up in a gray color. My back color is a slate blue. Any suggestions?
Is there a way I can test for the type of object and use the WITH command for setting the enabled for example..

WITH THISFORM.PAGEFRAME1
IF object#Label
ENABLED=.F.
ENDIF
ENDWITH
L.A.Long
ProgRes
lalong1@charter.net
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform