_OUTPUT_NUMROWS_LINKS_ Method

Outputs the hypertext links beneath a report that enable paging through selected rows in the report

Syntax

CALL SEND(OBJID,'_OUTPUT_NUMROWS_LINKS_');

Example

The following output is produced:
p.
1
<A href="../mddbapp.hlp/" onClick="this.href=clsurl
('_PROGRAM=SASHELP.WEBEIS.OPRPT.SCL&SR=26&NR=25');"
onMouseOver="window.status='Display Rows 26-50'; return true" TARGET="_self">2</A>
<A href="../mddbapp.hlp/"onClick="this.href=clsurl
('_PROGRAM=SASHELP.WEBEIS.OPRPT.SCL&SR=51&NR=25');"
onMouseOver="window.status='Display Rows 51-75'; return true" TARGET="_self">3</A>
<A href="../mddbapp.hlp/"onClick="this.href=clsurl
('_PROGRAM=SASHELP.WEBEIS.OPRPT.SCL&SR=76&NR=25');"
onMouseOver="window.status='Display Rows 76-100'; return true" TARGET="_self">4</A>