Field Properties - Font Tab - Color¶
Select a color for the font from the predefined colors shown in the combobox or return a color via a function using one of the predefined color constants or an RGB() function.
An example for a color function:
if {OrderDetail.Qty_Ordered} < 0 then
return drRed
else
return drBlack
end