_OUTPUT_OPTIONS_BUTTON_ Method

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

Syntax

CALL SEND(OBJID,'_OUTPUT_OPTIONS_BUTTON_');

Example

The following output is produced:
<A href="../mddbapp.hlp/" onClick="this.href=optbtnurl();" TARGET="main">
<IMG CLASS="imglay" SRC="http://mywebserver/images/btn_opt.gif" ALT="Options" BORDER=0>
</A>