space
Previous Page | Next Page

MDDB Report Viewer 9.2

_OUTPUT_GRAPH_LIST_ Method

Outputs the list of graph types

This method outputs

Syntax

 CALL SEND(OBJID,'_OUTPUT_GRAPH_LIST_',grphtype,vrflag);
Where... Is Type... And Contains...
grphtype C the previously selected graph type
vrflag N the View Report button flag, which takes the following values:
1 = View Report button click on previous action
0 = No View Report button click on previous action.

Example

The following output is produced:

<TR><TD CLASS="label">Type</TD>
<TD><SELECT NAME="grt" CLASS="select">
<OPTION SELECTED VALUE=NONE>None
<OPTION VALUE=VBAR>Vertical bar
<OPTION VALUE=BLOCK>Block
<OPTION VALUE=HBAR>Horizontal bar
<OPTION VALUE=PIE>Pie
<OPTION VALUE=PLOT>Plot




Previous Page | Next Page | Top of Page