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 button hypertext link and the button image.

Syntax

  CALL SEND(OBJID,'_OUTPUT_LAYOUT_BUTTON_');     
    

Example

The following example illustrates the output produced by this method:

<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