Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set different font color for flagged rows on grids?
Message
From
22/01/2004 19:22:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to set different font color for flagged rows on grids?
Miscellaneous
Thread ID:
00869697
Message ID:
00869697
Views:
60
I'd like my grid to display a different colored font for rows/records with myField=.T. (where myField is the field name in the table).
I've tried setting column1's dynamicforecolor (on the property sheet) = this.setall("dynamicforecolor",'iif(myfield=.T.,rgb(255,0,0),rgb(0,0,0))',"column") but it's not working. I do not think I quite know how the dynamicforecolor works. Can anybody help?
Thanks all!
Next
Reply
Map
View

Click here to load this message in the networking platform