MDDB Report Viewer Methods |
This method outputs the HTML tags for the Layout button hypertext link and the Layout button image.
CALL SEND(OBJID,'_OUTPUT_LAYOUT_BUTTON_');
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>
MDDB Report Viewer Methods |