space
Previous Page | Next Page

MDDB Report Viewer 9.2

_OUTPUT_HIDDEN_FIELDS_ Method

Outputs the HTML hidden fields on the tabular report that are necessary for processing the next user action

Syntax

    CALL SEND(OBJID,'_OUTPUT_HIDDEN_FIELDS_',across-variable,
         statistic-variable,analysis-variable,initial-url,
         service,bgtype,bg,title,
         webcls);
Where... Is Type... And Contains...
across-variable C the across value that is to be graphed.
statistic-variable C the statistic that is to be graphed.
analysis-variable C the variable that is to be graphed.
initial-url C the URL of the initial HTML page.
service C the Broker service.
background-type C the background type (IMAGE or COLOR). This parameter is optional.
background-value C the background value. This parameter is optional.
title C the title for the HTML page. This parameter is optional.
webcls C the WEBEIS class name (for subclassing).

Example

The following output is produced:

<INPUT TYPE="hidden" NAME="_SERVICE" value="default">
<INPUT TYPE="hidden" NAME="_DEBUG" value="2">
<INPUT TYPE="hidden" NAME="MDDB" value="SASHELP.PRDMDDB">
<INPUT TYPE="hidden" NAME="METABASE" value="SASHELP.MBEIS">
<INPUT TYPE="hidden" NAME="BGTYPE" value="color">
<INPUT TYPE="hidden" NAME="BG" value="%23FFFFE7">
<INPUT TYPE="hidden" NAME="GRT" value="NONE">
<INPUT TYPE="hidden" NAME="GL" value="1">
<INPUT TYPE="hidden" NAME="GSC" value="1">
<INPUT TYPE="hidden" NAME="SSL" value="1">
<INPUT TYPE="hidden" NAME="ST" value="1">
<INPUT TYPE="hidden" NAME="SH" value="3">
<INPUT TYPE="hidden" NAME="SW" value="15">
<INPUT TYPE="hidden" NAME="GH" value="450">
<INPUT TYPE="hidden" NAME="GW" value="600">
<INPUT TYPE="hidden" NAME="DC" value="1">
<INPUT TYPE="hidden" NAME="ACB" value="1">
<INPUT TYPE="hidden" NAME="DP" value="1">

Previous Page | Next Page | Top of Page