_CLOSE_STATIC_FORM_ Method
Outputs the Next button
and the closing </TABLE>, </FORM>, </BODY>, and
</HTML> tags for the initial HTML page
Syntax
CALL SEND(OBJID,'_CLOSE_STATIC_FORM_');
Example
The following output
is produced:
<TR><TD> </TR></TD>
<TR><TD colspan=2 align=center>
<INPUT TYPE= "submit" VALUE= "Next">
</TABLE>
</FORM>
</BODY>
</HTML>