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.
Checks if the position and the length of the value of the positional field do not violate the report structure.
Syntax
public void validateWritePos(int _position, int _valueLength)
Run On
Called
Parameters
- _position
Type: int
The start position of the report field.
- _valueLength
Type: int
The length of the report field value.
Exceptions
Exception | Condition |
---|---|
Error | The positional field is attempted to be inserted into the restricted part of the report line. |