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 following output is produced:

</TABLE>
</BODY>
</HTML>

Contents MDDB Report Viewer Methods Previous Next