Field Properties - Border Tab - Line Styles¶
The line style can be selected from the combobox.
A border-line style can be conditionally defined using a function; click the button on the right-hand side to add and apply a function. The function should return one of the predefined line styles.
An example of using a function to define a border:
if ({OrderDtl.Qty_Ordered} < 1) then
return drBorderSingle
else
return drBorderNone
end