Contents MDDB Report Viewer Methods Previous Next
 

_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 for graphing.
statistic-variable C The statistic for graphing.
analysis-variable C The variable to be graphed.
initial-url C The URL of the initial HTML page.
service C The Broker service.
background-type C An optional background type (IMAGE or COLOR).
background-value C An optional background value.
title C An optional title for the HTML page.
webcls C The WEBEIS class name (for subclassing).

Example

<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">


Contents MDDB Report Viewer Methods Previous Next