A number that specifies whether the text should be underlined.
Underline on the Font page in the Properties view.
Values are:
0—Not
underlined
1—Underlined
The following statement, when applied to the Font.Underline property of columns of employee information, causes the information to be underlined if the employee does not have health insurance:
If(bene_health_ins = 'N', 1, 0)
See Figure 23-13 for a picture of this example.
| Copyright © 2004. Sybase Inc. All rights reserved. |
|
|