Contents Index MovePrevious method Open method

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

MoveRelative method


Prototype 

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

Description 

Moves a certain number of rows relative to the current row.

Parameters 

index    The number of rows to move. The value can be positive, negative, or zero. Zero is useful if you want to repopulate a row buffer.

Returns 

True if successful.

False if the move failed, as may happen, for example, if the cursor is positioned beyond the first or last row.


Contents Index MovePrevious method Open method