_OUTPUT_SUBSET_LOC_OPTION_ Method
Outputs a selection list for the Location option
in the Filter Listboxes list
Syntax
CALL SEND(OBJID,'_OUTPUT_SUBSET_LOC_OPTION_');
Example
The following
output is produced:
<TR><TD CLASS="label">Location</TD>
<TD><SELECT NAME="ssl" CLASS="select"><OPTION VALUE="1" SELECTED>Right
<OPTION VALUE="2">Left
<OPTION VALUE="3">Top
<OPTION VALUE="4">Bottom
</SELECT></TD></TR>