I'm using user code to automatically assign colors to my items (allows me to use conditions based on strings, etc.). e.g. :
if (isnull(Urgency) and item = "Notes") or (Urgency < -10 and item = "Notes") then
CalcColor="Pink"
end if
CalcColor="Pink"
end if
etc.
"Pink" truly appears as the "itemColor" color, but, sometimes, unless I do a refresh, the color won't display in the grid.
Is that a bug? or am I omitting something ?
thanks
Comments