Contents Index MovePrevious method IsNull method

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULResultSet class

MoveRelative method


Prototype 

MoveRelative( index As Long ) As Boolean
Member of UltraLiteAFLib.ULResultSet

Description 

Moves a certain number of rows relative to the current row. Relative to the current position of the cursor in the resultset, positive index values move forward in the resultset, negative index values move backward in the resultset and zero does not move the cursor.

Parameters 

index    The number of rows to move. The value can be positive, negative, or zero.

Returns 

True if successful.

False if unsuccessful. The method fails, for example, if there are no rows.


Contents Index MovePrevious method IsNull method