BBjRecordSet::first
Description
In BBj 4.0 and higher, this method moves to the first record of a BBjRecordSet.
Syntax
Return Value |
Method |
---|---|
void |
first() |
Parameters
None.
Return Value
Moves the BBjRecordSet pointer to the first 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.