space
Previous Page | Next Page

MDDB Report Viewer 9.2

_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 that is to be graphed
grphstat C the statistic that is to be graphed
grphdown C the down dimension variable that is to be graphed
grphacr C the across dimension variable that is to be graphed.

Example

The following output is produced:

<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"&gt;

Previous Page | Next Page | Top of Page