Chapter Contents

Previous

Next
Extended Table: _setToprow

Extended Table: _setToprow



Assigns a row to display as a table's top row


Syntax
Details
Example

Syntax

CALL NOTIFY (extended-table-name, '_setToprow', in-toprow);

Argument Type Description
in-toprow
N the number of the table's top row


Details

_setToprow causes the GETROW section of your SCL program to execute if you specify a value for in-toprow that is different from the current top row of the extended table.


Example

_setToprow scrolls the fifth row to the top of the table named TABLE:

   call notify('table','_set_toprow_',5);


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.