_OUTPUT_TOTALS_OPTIONS_ Method

Outputs check boxes for the Show Totals option for the down and across variables

Syntax

CALL SEND(OBJID,'_OUTPUT_TOTALS_OPTIONS_');

Example

The following output is produced:
<TR><TD CLASS="label">Show Totals</TD>
<TD><INPUT TYPE="checkbox" NAME="dc" CLASS="select" VALUE="1" CHECKED>Down
<INPUT TYPE="checkbox" NAME="acb" CLASS="select" VALUE="1" CHECKED>Across</TD></TR>