Endbox

Endbox displays a popup windows with a serious error message.

This function is only usable in Classic pages related code and is deprecated for code running in version 7 mode.

Syntax

 Endbox MESSAGE_LISTEndbox MESSAGE_LIST Titled TITLEEndbox MESSAGE_LIST Titled TITLE Sleep TIMEEndbox MESSAGE_LIST Sleep TIME

Examples

# The computation failed because no valid entry is thereCall COMPUTATION(FORMULA,RESULT, ERROR)If ERROR=4Endbox "The following formula couldn't be computed",FORMULA Titled "Computation Error" Sleep 10Endif

Description

Endbox behaves as Errbox, but the popup looks different (exclamation mark on a red bar).
This instruction should be used only to display blocking / fatal errors.

See also

Errbox, Infbox, Qstbox, Selbox, Wrnbox