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

SRW.SET_JUSTIFICATION built-in procedure

This procedure specifies the horizontal justification of the CHAR, DATE, or NUMBER field.

Syntax

SRW.SET_JUSTIFICATION(justification);


Parameter

Description

justification

One of the following formats:

SRW.LEFT_HJUST
SRW.RIGHT_HJUST
SRW.FLUSH_HJUST
SRW.CENTER_HJUST

GUI access

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

Property Inspector (templates only)

Set the Character Justification property for character fields, Date Justification property for date fields, Number Justification property for number fields.

user interface

See Changing text attributes.

See also

About the Reports Builder built-in package (SRW)

SRW built-in package