Share via


TaxReportDomesticExportWriter_IT.writePositiveRoundReal Method [AX 2012]

Write a positive real value.

Syntax

public void writePositiveRoundReal(
    real _value, 
    int _startPos, 
    int _length, 
   [str _fieldName, 
    boolean _isMandatory])

Run On

Called

Parameters

  • _value
    Type: real
    The positive real value which should be written.
  • _startPos
    Type: int
    Requested starting position of the value in the current line of the writer output.
  • _length
    Type: int
    Number of characters allocated by the file format for the value being written.
  • _fieldName
    Type: str
    Name of the field which is being written.
  • _isMandatory
    Type: boolean
    Shows whether the field is mandatory.

Remarks

Absolute rounded value of the amount will be written.

For negative values a warning will be displayed.

The _value will be padded with zeros ('0') on the left to reach the specified _length.

See Also

Reference

TaxReportDomesticExportWriter_IT Class