Contents MDDB Report Viewer Methods Previous Next
 

_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 to be displayed

Example

Below is a sample of the output that is produced:
<HTML>
<BODY BGCOLOR=SILVER> <CENTER>
<BR> <BR> <BR>
<H1>Analysis Variable Required </H1>
</BODY>
</HTML>

Contents MDDB Report Viewer Methods Previous Next