DISPLAY MESSAGE Action
The DISPLAY MESSAGE action displays the specified information message to the user. For example,
DISPLAY MESSAGE 'Items have been created'
The message will be displayed as a pop-up dialog and the user will have to click OK to continue. The ASYNCH option can be used to display the message in the corner of the screen. The message will then automatically fade out in a few seconds and no user intervention will be required. For example:
DISPLAY MESSAGE ASYNCH 'Items have been created'
DISPLAY MESSAGE ASYNCH DELAY 15 'Items have been created'
(display message for 15 seconds)
DISPLAY MESSAGE ASYNCH CLOSABLE 'Items have been created'
(display closable window)