Contents MDDB Report Viewer Methods Previous Next
 

_OUTPUT_SUBSET_DIMS_OPTION_ Method

Outputs text input fields for the Width and Height of the subset list box.

Syntax

  CALL SEND(OBJID,'_OUTPUT_SUBSET_DIMS_OPTION_');
    

Example

The following output is produced by the method:

<TR><TD CLASS="label">Width</TD><TD><INPUT TYPE=text NAME="sw" CLASS="select" SIZE=3 
MAXLENGTH=3 VALUE="15"></TD></TR>
<TR><TD CLASS="label">Height</TD><TD><INPUT TYPE=text NAME="sh" CLASS="select" SIZE=3 
MAXLENGTH=3 VALUE="3"></TD></TR>  
    

Contents MDDB Report Viewer Methods Previous Next