Specifications
Supplying property values
328 InfoMaker
Value
A number that specifies the type of border. Values are:
0—None
1—Shadow box
2—Box
3—Resize
4—Underline
5—3D Lowered
6—3D Raised
Example
The following statement specifies that if the person represented by the current
row has a status of L (on leave), the status column displays with a Shadow box
border:
If(status = 'L', 1, 0)
In this example, the condition is applied to the Border property of the status
column.
The following is a portion of the resulting report. Notice that the status On
Leave displays with a Shadow box border:
About the value L and the value On Leave
The status column uses an edit style. The internal value for on leave is L and
the display value is On Leave. The conditional expression references the
internal value L, which is the actual value stored in the database. The report
shows the value On Leave, which is the display value assigned to the value L
in the code table for the Status edit style.