_DISPLAY_ERROR_ Method

Displays an error message on dynamic pages

Syntax

CALL SEND(OBJID,'_DISPLAY_ERROR_',error-message);

Required Argument

error-message
the error message to display.
Type:Character

Example

The following output is produced:
<HTML>
<BODY BGCOLOR=SILVER> <CENTER>
<BR> <BR> <BR>
<H1>Analysis Variable Required </H1>
</BODY>
</HTML>