_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.
- url
-
the Application Broker
component of the URL.
- service
-
the Application Broker
service.
- grphvar
-
the analysis variable
to graph.
- grphstat
-
the statistic to graph.
- grphdown
-
the down dimension
variable to graph.
- grphtype
-
the selected graph
type.
- bgtype
-
the background type
(IMAGE, COLOR, or blank).
- bg
-
the background value.
- title
-
the title. This value
is optional.
- webcls
-
the WEBEIS class name.
- tbloc
-
the toolbar location,
where 1=top, 2=bottom, 3=left, 4=right, and 5=none.
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>