Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change grid row color by expression
Message
From
15/08/2012 17:29:57
 
 
To
15/08/2012 16:30:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 7
Miscellaneous
Thread ID:
01550545
Message ID:
01550548
Views:
57
>Hey all
>
>I'm building a file that plugs into a grid. Some of the items are 'link' items and I would like to designate them by adding an 'L' to the end of the ID number (that's easy and done). I'd also like to change at least the first column forecolor to something besides black and am having the devil of a time remembering where I should do that.
>
>Suggestions, please?
>
>Thanks
>
>Dorris

Hi

column.dynamicforecolor=

IIF(condition,RGB(255,0,0),RGB(0,0,0))

I hope this help.

Hector
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform