NotifyTextMsgNum property: ProcessRequest class
Description
Use the NotifyTextMsgNum property to specify the message that should be displayed to the end user in the Event Notification popup display. This property takes a numeric value.
Note:
You must specify both the message set and message number for the message to be displayed to the end user.
This property is read/write.
Example
&RQST.NotifyTextMsgSet = 65;
&RQST.NotifyTextMsgNum = 237;
Related Topics