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 boolean (CB) positional field left in the report line.
Syntax
public void fillPlaceholderPosCB(
str _lineType,
int _position,
boolean _value)
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.
Exceptions
| Exception | Condition |
|---|---|
| Error | The placeholder is not found. |