Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i change grid cells back&fore color on the grid
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00709460
Message ID:
00709524
Views:
18
>Thanks for the reply Sergey,
>i know this ,
>mytable.cccode,mytbale.ggcode,mytable.sscode contains "C","G","S" records i wantto
>this cells show in colors
>
>tia

If you have only 3 different values and want to show in three different colors depending on the value, you can put

this.colcCcode.DynamicForeColor=iif(MyTable.ccCode='C',255,iif(myTable.ccCode='G',0,255*255))'
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform