space
Previous Page | Next Page

MDDB Report Viewer 9.2

_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="../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>

Previous Page | Next Page | Top of Page