space
Previous Page | Next Page

MDDB Report Viewer 9.2

_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="../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>

Previous Page | Next Page | Top of Page