Please enable JavaScript to view this site.

 

Navigation: Messages > Run-Time Messages > Macros

User Triggered Error !

Scroll Prev Up Next More

This run-time message is generated, and displayed in the macro interruption dialog, if during the evaluation of a macro token, the RaiseError function is called.

 

This is not an application error; it is an error generated because the person who wrote the macro decided that if macro execution reached a certain point, then an error should be generated.

 

If the bAbortScript parameter of the call to the RaiseError function is true, then the User-triggered macro interruption dialog appears, displaying the error message from the function call and context information about the context of the message, and then abort script execution.

 

 

If the bAbortScript parameter of the call to the RaiseError function is false, then a message would be added to the diary generation messages dialog, without interrupting the script execution.

 

 

See also: LogMessage, Assert and RaiseError.

 


Topic 174295, last updated on 19-Apr-2020