Contents MDDB Report Viewer Methods Previous Next
 

_OUTPUT_GRAPH_SOURCE_OPTION_> Method

Outputs radio buttons for the Graph Source option

Syntax

  CALL SEND(OBJID,'_OUTPUT_GRAPH_SOURCE_OPTION_');
    

Example

 
<TR><TD CLASS="label">Graph Source</TD>
<TD>
<INPUT NAME="GSC" CLASS="select" TYPE=RADIO VALUE="1" CHECKED>3D Clickable Graph
<INPUT NAME="GSC" CLASS="select" TYPE=RADIO VALUE="2">Standard GIF Graph
</TD>
</TR>




Contents MDDB Report Viewer Methods Previous Next