PreviousActiveX Controls Guide (9.1 revision 1) Next

StepNext

Show this topic in Library frames

Applies to:

VAccess

Description

Attempts to retrieve the next record in physical record storage order and returns, as an Integer value, the Pervasive.SQL status code.

Syntax

object.StepNext [vLockBias] 
 

Part
Description
object
Required. The object placeholder represents an object expression that evaluates to an object in the Applies To list.
vLockBias
Optional. Value representing the type of record lock to place on the record when it is retrieved. Default is 0, no lock. One of the following constants:
Const BTO_SingleNoWait = 200
Const BTO_MultiNoWait = 400

Remarks

This method attempts to retrieve the next 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 end of file has been reached. A return value of 8 indicates that no current record positioning was established before the method was invoked.


Chapter contents
Publication contents

Prev topic: StepLast
Next topic: StepNextExtended