minimumInputMsgKey

The minimumInputMsgKey property identifies the message that is displayed if the user types in the field, but enters fewer characters than specified in the minimumInputRequired property.

The message table (the data table that contains the message) is identified in the msgTablePrefix program property. For details on the table name, see "DataTable part."

The value of minimumInputMsgKey is a string or literal that matches an entry in the first column of the message table.

If a numeric key is used with a message table that expects a character key, the number is converted to a character string. If a string literal is used with a message table that expects a numeric key, the value in the string must be a signed or unsigned integer.

Compatibility

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

Feedback