Contents MDDB Report Viewer Methods Previous Next
 

_OUTPUT_DEFLT_TITLE_OPTION_ Method

Outputs a text input field for specifying a default title

Syntax

  CALL SEND(OBJID,'_OUTPUT_DEFLT_TITLE_OPTION_');            
    

Example

The following is an example of output produced by this method:
<TR>
<TD CLASS="label">1998 Sales Report</TD>:
<TD><INPUT NAME="DT" CLASS="SELECT" TYPE=TEXT 
    SIZE=30 MAXLENGTH=200></TD>
</TR>

Contents MDDB Report Viewer Methods Previous Next