The converseLib.displayMsgNum() system function retrieves a value from the message table for a program. The message is displayed the next time that a form is presented by a converse, display, print, or show statement.
If possible, the message display is on the form itself, in the field to which the msgField form property refers. If the msgField form property has no value, the message is displayed previous to the display of the form, on a separate, modal screen or on a printable page.
converseLib.displayMsgNum() takes as its only argument a value that is compared against each cell in the first column of the message table for the program, which is the data table to which the msgTablePrefix property refers. The message retrieved by converseLib.displayMsgNum() is in the second column of the same row.
converseLib.displayMsgNum(msgNumber INT in)