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.
Writes a non-positional field.
Syntax
public int writeNonPos(
str _code,
anytype _value,
TaxReportFieldFormat_IT _format,
[int _width])
Run On
Called
Parameters
- _code
Type: str
The field code.
- _value
Type: anytype
The field value.
- _format
Type: TaxReportFieldFormat_IT Enumeration
The field format.
- _width
Type: int
The field width, appended by zero characters. This is applicable to the Nx format only.
Return Value
Type: int
The number of non-positional fields that were written.
Exceptions
| Exception | Condition |
|---|---|
| Error | The field format is not applicable to the field value type. -or- The field value type is not supported. |