Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Labels
Message
From
27/04/1997 11:29:55
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Labels
Miscellaneous
Thread ID:
00029828
Message ID:
00029828
Views:
74
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
Next
Reply
Map
View

Click here to load this message in the networking platform