Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A control for show legends with colors
Message
From
17/07/2001 07:37:12
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00531062
Message ID:
00531438
Views:
11
Hi Francisco,
If You use grid you can use DynamicBackColor & DynamicForeColor, something like this:

ThisForm.Grid1.SetAll("dynamicbackcolor", "IIF(EndUser,RGB(0,0,0),RGB(192,192,192))", "Column")
ThisForm.Grid1.SetAll("dynamicforecolor", "IIF(EndUser,RGB(255,255,255),RGB(0,0,0))", "Column")


HTH
Boris.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform