Contents MDDB Report Viewer Methods Previous Next

_OUTPUT_LAYOUT_BUTTON_ Method

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

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

Syntax

  CALL SEND(OBJID,'_OUTPUT_LAYOUT_BUTTON_');     
    

Example

The following output is produced:

<A HREF="" 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>

Contents MDDB Report Viewer Methods Previous Next