A script-enabled browser is required for this page to function properly.

SRW.SET_FONT_WEIGHT built-in procedure

This procedure specifies font weight for a CHAR, DATE, or NUMBER field. This attribute is ignored in character mode.

Syntax

SRW.SET_FONT_WEIGHT(weight);

Parameter

Description

weight

Is one of the following:

SRW.BOLD_WEIGHT
SRW.MEDIUM_WEIGHT
 

GUI access

You can also define the weight parameter using the Reports Builder user interface:

Property Inspector (templates only)

Set the Font property.

user interface

See Changing text attributes.

See also

About the Reports Builder built-in package (SRW)

SRW built-in package