Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid display using SETALL & DynamicForeColor
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Grid display using SETALL & DynamicForeColor
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01208037
Message ID:
01208037
Views:
63
The following command in the grid's INIT colors all the text in a grid's row based on the field's condition. How can you modify this to color only a column rather than all the columns?
THIS.setall("Dynamicforecolor","IIF(FIELDT=.T.,RGB(175,175,175),RGB(0,0,0))","Column")
Next
Reply
Map
View

Click here to load this message in the networking platform