Chapter Contents

Previous

Next
Data Form and Data Table: _repeatFindRow

Data Form and Data Table: _repeatFindRow



Finds the next row that meets the last find request

Delegated to: Data Set Data Model class


Syntax
Details
See Also

Syntax

CALL SEND (object-id, '_repeatFindRow'<,startrow>);

Argument Type
Description
startrow
N specifies the row to start searching from, including a search of that row. The startrow argument returns the next matching row or -1 if no match. By default, if no startrow is defined, the search begins with the current row plus 1.


Details

By default, if no startrow is defined, the search begins with the current row plus 1.

If the end of the table is reached without a match, the last row of the table becomes the current row. If the last _findRow or _repeatFindRow reached the end without a match, the search begins at the beginning of the table.

The _repeatFindRow method uses the find request specified by the last _findRow method call.

The _repeatFindRow method cannot be called from the model's SCL entry.

For an example of using _repeatFindRow, see _findRow.

See Also

_findRow


Chapter Contents

Previous

Next

Top of Page

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