|
_OUTPUT_TOOLBAR_FRAME_ Method
Outputs the <FRAME> tag for the toolbar frame.
Syntax
CALL SEND(OBJID,'_OUTPUT_TOOLBAR_FRAME_',url,service,bgtype,grphtype,
bg,grphvar,grphstat,grphdown,grphacr);
Where... |
Is Type... |
And Contains... |
url |
C |
the broker component of the URL. |
service |
C |
the broker service that is being used. |
bgtype |
C |
the background type (IMAGE, COLOR, or blank). |
grphtype |
C |
the selected graph type. |
bg |
C |
the background value. |
grphvar |
C |
the analysis variable to be graphed. |
grphstat |
C |
the statistic to be graphed. |
grphdown |
C |
the down dimension variable to be graphed. |
grphacr |
C |
the across dimension variable to be graphed. |
Example
The following example illustrates the output produced by this method:
<FRAME NAME="toolbar_window" SRC="/cgi-bin/broker?_program=sashelp.webeis.optbar.scl&_service=default&_debug=0
&mddb=SASHELP.PRDMDDB&metabase=SASHELP.MBEIS&D=Geographic&AC=Product%2520Line&A=ACTUAL&S=SUM&GRT=VBAR
&GG=AC&BGTYPE=color&BG=%23FFFFE7&DC=1&ACB=1&ST=1&GL=1&GSC=2&SSL=1&SH=3&SW=15&GH=450&GW=600&DP=1" SCROLLING="NO">
|