BBjRecordSet::move
Description
In BBj 4.0 and higher, this method moves the current record pointer in a BBjRecordSet by a specified number of records.
Syntax
Return Value |
Method |
---|---|
int |
move(int count) |
Parameters
Variable |
Description |
---|---|
count |
Specifies the number of records to move forward (positive) or backward (negative). |
Return Value
Returns the actual number of records moved.
Remarks
This method never returns an error. If there are fewer records available than were requested, the current record pointer is moved as many records as possible (possibly zero).
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.