Contents MDDB Report Viewer Methods Previous Next
 

_OUTPUT_DP_TITLE_OPTION_ Method

Outputs radio buttons for the Show Drillpath option in the Table list box.

Syntax

  CALL SEND(OBJID,'_OUTPUT_DP_TITLE_OPTION_');           
    

Example

The following is an example of the output produced by this method:

<TR>
<TD CLASS='Label">Show Drillpath</TD>
<TD>
<INPUT NAME="DP" CLASS="select" TYPE=RADIO VALUE="1" CHECKED>Yes
<INPUT NAME="DP" CLASS="select" TYPE=RADIO VALUE="2" CHECKED>No
</TD>
</TR>

Contents MDDB Report Viewer Methods Previous Next