Share via


TaxReport770Writer_IT.writeNonPos Method [AX 2012]

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.
  • _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.

See Also

Reference

TaxReport770Writer_IT Class