space
Previous Page | Next Page

MDDB Report Viewer 9.2

_DISPLAY_ERROR_ Method

Displays an error message on dynamic pages

Syntax

 CALL SEND(OBJID,'_DISPLAY_ERROR_',error-message);
Where... Is Type... And Contains...
error-message C the error message that is to be displayed.

Example

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

Previous Page | Next Page | Top of Page