Change the color of a cell in a browse

Hi,
In a (browse) record i have a field with the name of a plant and a field with the hex color code. Can i use this color code as a background color in the individual plant name cells?

If found a way

BRW1.SetQueueRecord PROCEDURE

CODE
! [Priority 8000]
if SELF.Q.PKL:Code
SELF.Q.PKL:Kleurnr_NormalBG = ST.ColorFromHex(PKL:Code)
end

ST. is stringtheory

1 Like