Share via


TaxReport770Writer_IT.writeNonPosPC Method [AX 2012]

Writes the non-positional numeric field formatted as percent (max 3 decimals, no percent sign).

Syntax

public int writeNonPosPC(str _code, real _num)

Run On

Called

Parameters

  • _code
    Type: str
    The field code.
  • _num
    Type: real
    The field value.

Return Value

Type: int
The number of non-positional fields that were actually written; zero if none.

See Also

Reference

TaxReport770Writer_IT Class