_OUTPUT_GRAPH_LIST_ Method

Outputs the list of graph types

Syntax

CALL SEND(OBJID,'_OUTPUT_GRAPH_LIST_',grphtype,vrflag);

Required Arguments

grphtype
the previously selected graph type.
Type:Character
vrflag
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.
Type:Numeric

Details

This method outputs
  • the <SELECT> tag
  • an <OPTION> tag for each graph type.

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