Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change all labels on form to diff color
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00045953
Message ID:
00047271
Views:
56
>Like I told the other guy, I am reading a 3rd party foxpro book and it says to create my own default classes and not rely on VFP's.
>You're saying I need to create my own class label with a specific color and pull that into my forms?
Timothy,

No I am saying that the thrid parameter for the SEtAll() m,ethod call has to have YOUR Classname in it not the name Label which will only work for VFP base Class labels;

THISFORM.SetAll("ForeColor",RGB(255,0,0),"YourClassName")
Previous
Reply
Map
View

Click here to load this message in the networking platform