|
Attempts to retrieve the first record in the current index path and returns, as an Integer value, the Pervasive PSQL status code.
object.GetFirst [vLockBias]
This method attempts to retrieve the first record in the currently selected index path, set through the IndexNumber property, from the file associated with object. The status code for the operation will be returned by the method and set in the Status property of the control, a value of zero indicating success. A status of 9 indicates that there are no records in the current index path.
In Visual Basic, a GetFirst is required to populate a listbox or combo box.
|
Chapter contents
Prev topic: GetEqual
|