validationFailed()

The converseLib.validationFailed() system function is used in either of two ways:

In any case, the value assigned to converseLib.validationFailed() is stored in the converseVar.validationMsgNum system variable.

  converseLib.validationFailed([msgNumber INT in])
msgNumber
The number of the message to display. The argument must be an integer literal or a variable of primitive type SMALLINT or INT or the BIN equivalent. This number is compared against each cell in the first column of the program's message table, which is the data table to which the program's msgTablePrefix property refers. The retrieved message is in the second column of the same row.

The message number is 9999 by default.


Feedback