MDDB Report Viewer Methods |
_OUTPUT_SUBSET_LOC_OPTION_ MethodOutputs a selection list for the Location option in the Filter Listboxes list SyntaxCALL SEND(OBJID,'_OUTPUT_SUBSET_LOC_OPTION_');
ExampleThe 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> |
MDDB Report Viewer Methods |