If possible could someone check my code. Trying to change the color of a cell on the list page by adding the following code in the custom field under view as settings. The cell is a text filed linked to table with 3 options OPEN, CLOSED and HOLD. I am trying to change the cell when OPEN has been selected.
[codebox]if strValue= "OPEN" then
strValue= "<font color=red>" & strValue & "</font>"
end if[/codebox]
It seems a simple process but damn annoying when it doesn't change the colour sorry color. I checked this forum and the code does look correct from a previous post.
ASP runner 5.0 build 275
Thanks
Andy Brown