Contents MDDB Report Viewer Methods Previous Next
 

_CLOSE_PAGE_ Method

Outputs the </TABLE>, </BODY>, and </HTML> tags.

Syntax

 CALL SEND(OBJID,'_CLOSE_PAGE_');

Example

The output is shown below:
</TABLE>
</BODY>
</HTML>

Contents MDDB Report Viewer Methods Previous Next