_OUTPUT_TABLE_OPTIONS_ Method

Outputs the check boxes on the Options page for the Row Totals, Column Totals, and Drillpaths options

Syntax

CALL SEND(OBJID,'_OUTPUT_TABLE_OPTIONS_');

Example

The following output is produced:
<TD CLASS="label" COLSPAN="2"><INPUT TYPE="checkbox" NAME="dc" VALUE="1">Row Totals
<INPUT TYPE="checkbox" NAME="acb" VALUE="1">Column Totals<P>
<INPUT NAME="DP" TYPE=CHECKBOX VALUE="1" CHECKED>Drillpaths</TD>