_OUTPUT_LAYOUT_BUTTON_ Method

Outputs the Layout button on the toolbar to enable users to return to the Variable Selection page

Syntax

CALL SEND(OBJID,'_OUTPUT_LAYOUT_BUTTON_');

Details

This method outputs the HTML tags for the Layout button hypertext link and the Layout button image.

Example

The following output is produced:
<A href="../mddbapp.hlp/" 
   onClick="this.href=clsurl('_PROGRAM=SASHELP.WEBEIS.MDDBRPTS.SCL')" TARGET="_parent">
<IMG CLASS="imglay" SRC="/my_images/btn_lay.gif" ALT="Layout" BORDER=0></A>