Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Action Action_List Process UI Version:v4.8}} ====== DISPLAY MESSAGE ====== This action displays the specified information message to the user. ===== Syntax ===== ''DISPLAY MESSAGE'' [''ASYNCH'' [DELAY INTEGER | ''CLOSABLE''] [''TOP'' | ''TOP_LEFT'' | ''TOP_RIGHT'' | ''BOTTOM'' | ''BOTTOM_LEFT'' | ''BOTTOM_RIGHT''] ArithmeticOperation()[ ''MTITLE'' <STRING LITERAL> ] where ArithmeticOperation is an operation that produces a string (usually just a string literal). ===== Example ===== <code aim>DISPLAY MESSAGE 'Items have been created' </code> ''MTITLE'' key can be used to specify the title of the message box. ''DISPLAY MESSAGE ASYNCH'' displays temporary message in the specified corner of the screen. ''DELAY'' keyword indicates how long the message will be visible. For example, <code aim>DISPLAY MESSAGE ASYNCH BOTTOM_LEFT 'Items have been created' </code> Last modified: 2025/08/11 05:49 Log In