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 the non-positional numeric field formatted as numeral (no decimals, special rounding rules).
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public int writeNonPosNx(
str _code,
real _num,
[int _width])
Microsoft Dynamics AX 2012 R2 (SYS)
public void writeNonPosNx(
str _code,
int64 _num,
[int _x])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void writeNonPosNx(
str _code,
int64 _num,
[int _x])
Microsoft Dynamics AX 2012 (FPK)
public void writeNonPosNx(
str _code,
int64 _num,
[int _x])
Microsoft Dynamics AX 2012 (SYS)
public void writeNonPosNx(
str _code,
int64 _num,
[int _x])
Run On
Called
Parameters
- _code
Type: str
The field code.
- _num
Type: real
The field value.
- _width
Type: int
The width of the field; optional.
Return Value
Type: int
The number of non-positional fields that were actually written; zero if none.