Errbox

Errbox displays a popup windows with an error message.

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

Syntax

 Errbox MESSAGE_LISTErrbox MESSAGE_LIST Titled TITLEErrbox MESSAGE_LIST Titled TITLE Sleep TIMEErrbox MESSAGE_LIST Sleep TIME

Examples

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

Description

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

See also

Endbox, Infbox, Qstbox, Selbox, Wrnbox