DISPLAYS A WINDOW WITH A TEXT, A RED ERROR SIGN AND A BUTTON
ACTION
The function displays in a window the text T (one line), a red error sign and a button "OK".
The program is frozen and resumes when user closes The window.
The function returns:
0 when user closes the window by clicking on the closing icon (red cross),
1 when user closes the window by clicking on the button OK.
SYNTAX:
Result=MESSAGE_ERROR_OK(T)
USE ERROR EXAMPLE
rem display an error message
if message_error_ok("Application must be closed")=1 then - - -
MESSAGE_ERROR_OK()
MESSAGE_ERROR_OK(T)
SEE ALSO
MESSAGE
MESSAGE_CONFIRMATION_OK()
MESSAGE_CONFIRMATION_YES_NO()
MESSAGE_ERROR_YES_NO()
MESSAGE_INFORMATION_OK()
MESSAGE_INFORMATION_YES_NO()
MESSAGE_INPUT()
MESSAGE_INPUT$()
MESSAGE_TEXT$
MESSAGE_WARNING_OK()
MESSAGE_WARNING_YES_NO()