Command: MessageBox

Previous  Next |  Direct link to this topic

Go to list of all Commands

Syntax: Messagebox(<messageToShow>);

 

Show a message box with defined text.

TIP: You can use dynamic data from the current window in the value to set using $[$item.column.type].

TIP: You can make the value to set come from an SQL-sentence if you start it with SQL:<SQL-statement>.

TIP: You can make the value to set come from an SQL-sentence if you start it with SQL_INVARIANT:<SQL-statement>. SQL invariant is used to ensure that decimal numbers are returned in the correct format depending on your system

NB: Since this will result in a needed user-action (press ok), the rest of the macro after this will wait for closing of the message box.

 


Similar/Related Commands:
- Prompt
- StatusBar