sysLib.validationFailed

The system function sysLib.validationFailed is used in either of two ways:

In any case, the value assigned to sysLib.validationFailed is stored in the system variable sysVar.validationMsgNum.


sysLib.validationFailed syntax diagram

msgNumber

The number of the message to display. The argument must be an integer literal or an item 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.

Related reference
sysLib.displayMsgNum
sysVar.validationMsgNum
System words in alphabetical order