Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid with color highlight.
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Grid with color highlight.
Miscellaneous
Thread ID:
00257608
Message ID:
00257608
Views:
51
I want to be able to change the row color to red in the grid...
if alltrim(thisform.grid1.column1.text1.value)<>"" and thisform.grid1.column2.combo1.value ="". then switch=.t.

WITH THISFORM.GRID1
.SETALL("DYNAMICforeCOLOR","IIF(switch,RGB(255,255,255),RGB(0,0,0))","column")
.SETALL("DYNAMICbackCOLOR","IIF(switch,RGB(255,0,0),RGB(255,255,255))","column")
ENDW
THISFORM.GRID1.REFRESH

I am not sure where to put the code and how to make it work. I turned a row red if a check box was true, but the same logic isn't working. Also, if there is a better way to do this, I would want to know.

TIA,
Jim
Next
Reply
Map
View

Click here to load this message in the networking platform