_OUTPUT_ANAL_LIST_ Method
Outputs the following items:
-
The "Analysis" label for the selection list.
-
A SELECT tag for the variable list.
-
An OPTION tag for each available variable.
-
The closing SELECT tag.
Syntax
CALL SEND(OBJID,'_OUTPUT_ANAL_LIST_');
Example
The following is an example of output produced by this method:
<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>
|