space
Previous Page | Next Page

MDDB Report Viewer 9.2

_OUTPUT_DOWN_LIST_ Method

Outputs a label and HTML tags for a selection list

This method outputs

Syntax

 CALL SEND(OBJID,'_OUTPUT_DOWN_LIST_',down-variable,url);
Where... Is Type... And Contains...
down-variable C the previously selected down variable. This parameter is optional.
url C the broker component of the URL. This parameter is optional.

Example

The following output is produced:


Down: <BR>
<SELECT NAME="d" SIZE=3 MULTIPLE onChange="change(document.mF.d)">
<OPTION SELECTED VALUE=Geographic>Geographic (hier)
<OPTION VALUE=Product+Line>Product Line (hier)
<OPTION VALUE=Time>Time (hier)
<OPTION VALUE=COUNTRY>Country
<OPTION VALUE=COUNTY>County
<OPTION VALUE=MONTH>Month
<OPTION VALUE=PRODTYPE>Product Type
<OPTION VALUE=PRODUCT>Product
<OPTION VALUE=QUARTER>Quarter
<OPTION VALUE=STATE>State/Province
<OPTION VALUE=YEAR>Year
</SELECT>

Previous Page | Next Page | Top of Page