isDecimalDigit

The isDecimalDigit verification property determines whether to check that the input value includes only valid decimal digits, which may be any of the following characters:

Valid values are NO (the default) and YES.

This property applies only to character fields.

If you want to allow more characters such as the decimal character (a period or a comma) and the separator character (a comma or a period) as the input value, use one of the following ways:

Compatibility

Table 1. Support for isDecimalDigit property
Data item JSF handler VGUI record Console UI Text Form Java™ Text Form COBOL Print Form Java Print Form COBOL
Yes Yes No No Yes Yes No No

Feedback