_OUTPUT_TABLE_DISP_OPTION_ Method
Outputs radio buttons for the Display Table option
Syntax
CALL SEND(OBJID,'_OUTPUT_TABLE_DISP_OPTION_');
Example
The following
output is produced:
<TR><TD CLASS="label">Display Table</TD>
<TD>
<INPUT NAME="ST" CLASS="select" TYPE=RADIO VALUE="1" CHECKED>Yes
<INPUT NAME="ST" CLASS="select" TYPE=RADIO VALUE="2">No
</TD>
</TR>