space
Previous Page | Next Page

MDDB Report Viewer 9.2

_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>
    

Previous Page | Next Page | Top of Page