StepPrevious
Applies to
VAccess
Description
Attempts to retrieve the previous record in physical record storage order and returns, as an Integer value, the PSQL status code.
Syntax
object.StepPrevious [vLockBias]
The syntax for this method has the following parts:
 
Remarks
This method attempts to retrieve the previous record in physical record storage order 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 return value of 9 indicates that beginning of file has been reached. A return value of 8 indicates that no current record positioning was established before the method was invoked.