Share via


TaxReport770Writer_IT.writeNonPosQU Method [AX 2012]

Writes the non-positional numeric field with maximal number of decimals specified.

Syntax

public int writeNonPosQU(
    str _code, 
    real _num, 
   [int _maxDecimals])

Run On

Called

Parameters

  • _code
    Type: str
    The field code.
  • _num
    Type: real
    The field value.
  • _maxDecimals
    Type: int
    The maximal number of decimals.

Return Value

Type: int
The number of non-positional field that were written.

See Also

Reference

TaxReport770Writer_IT Class