MDDB Report Viewer Methods |
_OUTPUT_TOTALS_OPTIONS_ MethodOutputs checkboxes for the Show Totals option for the Down and Across variables SyntaxCALL SEND(OBJID,'_OUTPUT_TOTALS_OPTIONS_');
ExampleThe following is an example of the output produced by this method:<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> |
MDDB Report Viewer Methods |