Chapter Contents

Previous

Next
Data Form: _gotoRowNumber

Data Form: _gotoRowNumber



Displays the requested row


Syntax
Details

Syntax

CALL SEND (form-id, '_gotoRowNumber', row-num);

Argument Type Description
row-num
N specifies the row to display. Row-num is a relative row number. Reserved numbers that perform routine actions are


-1 go to the first row


-2 go to the previous row


-3 go to the next row


-4 go to the last row


Details

The _gotoRowNumber method requests the data form to display a different row. If the current row is in error, then the data form does not honor the request to move to the requested row. If the data form and its children are not in error, then the data form moves to the requested row and populates all of the linked widgets with their values.


Chapter Contents

Previous

Next

Top of Page

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