_OUTPUT_LAYOUT_TOOLBAR_ Method
Outputs the Dimensions and Options buttons on the Layout toolbar page
Syntax
CALL SEND(OBJID,'_OUTPUT_LAYOUT_TOOLBAR_');
The following output is produced:
<TR>
<TD>
<A HREF="" onClick="this.href=dimbtnurl();" TARGET="main">
<IMG CLASS="imglay" SRC="http://mywebserver/images/btn_lay.gif" ALT="Dimensions" BORDER=0></A>
</TD>
<TD>
<A HREF="" onClick="this.href=optbtnurl();" TARGET="main">
<IMG CLASS="imglay" SRC="http://mywebserver/images/btn_lay.gif" ALT="Options" BORDER=0></A>
</TD>
</TR>