Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fills the placeholder for the numeric (NU) positional field left in the report line.
Syntax
public void fillPlaceholderPosNU(
str _lineType,
int _position,
boolean _value,
int _width)
Run On
Called
Parameters
- _lineType
Type: str
The line type.
- _position
Type: int
The start position of the report field.
- _value
Type: boolean
The report field value.
- _width
Type: int
The report field width.
Exceptions
| Exception | Condition |
|---|---|
| Error | The placeholder is not found. |