space
Previous Page | Next Page

MDDB Report Viewer 9.2

_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>

Previous Page | Next Page | Top of Page