Contents MDDB Report Viewer Methods Previous Next

_OUTPUT_DIMENSIONS_BUTTON_ Method

Outputs the <A> and <IMAGE> tags for the Dimensions button on the Layout toolbar page

Syntax

 CALL SEND(OBJID,'_OUTPUT_DIMENSIONS_BUTTON_');

The following output is produced:

<A HREF="" onClick="this.href=dimbtnurl();" TARGET="main">
<IMG CLASS="imglay" SRC="http://mywebserver/images/btn_dim.gif" ALT="Dimensions" BORDER=0></A>

Contents MDDB Report Viewer Methods Previous Next