space
Previous Page | Next Page

MDDB Report Viewer 9.2

_OUTPUT_ANAL_LIST_ Method

Outputs a label and HTML tags for a selection list

This method outputs

Syntax

 CALL SEND(OBJID,'_OUTPUT_ANAL_LIST_');

Example

The following output is produced:


<TR><TD CLASS="label"> Analysis:<DIV CLASS="analysis">
><SELECT NAME="A" MULTIPLE SIZE=3>
<OPTION SELECTED VALUE=ACTUAL>Actual Sales
<OPTION VALUE=PREDICT>Predicted Sales
</SELECT>
</DIV>
</TD>
</TR>

Previous Page | Next Page | Top of Page