Contents MDDB Report Viewer Methods Previous Next
 

_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 examples shows the output produced by the method:
<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>  

Contents MDDB Report Viewer Methods Previous Next