_OUTPUT_LAYOUT_TOOLBAR_ Method

Outputs the Dimensions and Options buttons on the Layout toolbar page

Syntax

CALL SEND(OBJID,'_OUTPUT_LAYOUT_TOOLBAR_');

Example

The following output is produced:
<TR>
<TD>
<A href="../mddbapp.hlp/" 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="../mddbapp.hlp/" onClick="this.href=optbtnurl();" TARGET="main">
<IMG CLASS="imglay" SRC="http://mywebserver/images/btn_lay.gif" ALT="Options" 
   BORDER=0></A>
</TD>
</TR>