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

SRW.SET_CHARMODE_TEXT built-in procedure

This procedure specifies the font style of a CHAR, DATE, or NUMBER field in a character-mode report. This attribute is ignored in bit-mapped reports.

Syntax

SRW.SET_CHARMODE_TEXT('style');

Parameter

Description

style

Is one of the following:

SRW.PLAIN_TEXTA
SRW.BOLD_TEXTA
SRW.UNDERLINE_TEXTA

GUI access

You can also define this attribute using the Reports Builder user interface:

user interface

See Changing text attributes.

See also

About the Reports Builder built-in package (SRW)

SRW built-in package