_OUTPUT_TOOLBAR_ Method

Outputs the <FRAME> tag to create the frame in which the report is displayed

Syntax

CALL SEND(OBJID,'_OUTPUT_TOOLBAR_',vrflag,url, service,grphvar,grphstat,
grphdown,grphtype,bgtype,bg, title,webcls,tbloc);

Required Arguments

vrflag
a flag indicating that the View Report button was pressed.
Type:Numeric
url
the Application Broker component of the URL.
Type:Character
service
the Application Broker service.
Type:Character
grphvar
the analysis variable to graph.
Type:Character
grphstat
the statistic to graph.
Type:Character
grphdown
the down dimension variable to graph.
Type:Character
grphtype
the selected graph type.
Type:Character
bgtype
the background type (IMAGE, COLOR, or blank).
Type:Character
bg
the background value.
Type:Character
title
the title. This value is optional.
Type:Character
webcls
the WEBEIS class name.
Type:Character
tbloc
the toolbar location, where 1=top, 2=bottom, 3=left, 4=right, and 5=none.
Type:Character

Example

The following output is produced:
<TR>
<TD>
<A HREF="/cgi-bin/broker/prdmddb.csv?_service=default&_debug=0&_program
   =sashelp.webeis.oprpt.scl&SPDSHT=X&mddb=SASHELP.PRDMDDB&metabase=SASHELP.MBEIS
   &D=Geographic&AC=Product%20Line&A=ACTUAL&S=SUM&ST=1&GL=1&DC=1&ACB=1&DP=1
   &_SAVEAS=prdmddb.csv" TARGET="_self"><IMG CLASS="imgdown" 
   SRC="/my_images/btn_xls.gif" ALT="Download to Spreadsheet" BORDER=0></A>
</TD>
<TD>
<A href="../mddbapp.hlp/" onClick="this.href=clsurl('ROTATE=1&_PROGRAM
   =SASHELP.WEBEIS.SHOWRPT.SCL')" TARGET="_parent"><IMG CLASS="imgrotate" 
   SRC="/my_images/btn_rot.gif" ALT="Rotate" BORDER=0></A>
</TD>
<TD>
<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>
</TD>
<TD>
<A HREF="http://support.sas.com/rnd/web/intrnet/mddbapp/hinttips.html" 
   TARGET="_blank"><IMG CLASS="imghelp" SRC="/my_images/btn_hlp.gif" ALT="Help" 
   BORDER=0></A>
</TD>
</TR>