BBjRecordSet::previous
Description
In BBj 4.0 and higher, this method moves to the previous record of a BBjRecordSet.
Syntax
Return Value |
Method |
---|---|
void |
previous() |
Parameters
None.
Return Value
Moves the BBjRecordSet pointer to the previous record.
Remarks
Calling this method when the BBjRecordSet isEmpty or is already positioned at the first record generates an !ERROR=2 - End of File.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.