_OUTPUT_NUMROWS_OPTION_ Method

Outputs the radio buttons to select the number of rows in the report table to display

Syntax

CALL SEND(OBJID,'_OUTPUT_NUMROWS_OPTION_');

Example

The following output is produced:
<TR>
<TD CLASS="label">Number of Rows</TD>
<TD>
<INPUT NAME="NR" CLASS="select" TYPE=RADIO VALUE="ALL" CHECKED>ALL
<INPUT NAME="NR" CLASS="select" TYPE=RADIO VALUE="1">1
<INPUT NAME="NR" CLASS="select" TYPE=RADIO VALUE="2">2
<INPUT NAME="NR" CLASS="select" TYPE=RADIO VALUE="3">3
</TD>
</TR>