Field Properties - Box Tab - Line Color¶
Select one of the colors shown in the combobox or create a function to return the color. Use one of the predefined colors or the RGB() function to return a color value.
Setting the colors can also be done by using a function such as:
if ({OrderDtl.Qty_Ordered} < 1) then
return RGB(255,255,255)
else
return drNone
end