Nice illustration of these methods.
I found also the getNativeValue() method of use, from the numberFieldItem interface.
eg
apex.item( "P10_NUMBER_FIELD" ).getNativeValue();
This method automatically takes into account any format mask as configured on the item field.
Karel Ekema
Application Developer
Nice illustration of these methods. I found also the getNativeValue() method of use, from the numberFieldItem interface. eg apex.item( "P10_NUMBER_FIELD" ).getNativeValue(); This method automatically takes into account any format mask as configured on the item field.