UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULResultSet class
MoveRelative( index As Long ) As Boolean
Member of UltraLiteAFLib.ULResultSet
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.
index The number of rows to move. The value can be positive, negative, or zero.
True if successful.
False if unsuccessful. The method fails, for example, if there are no rows.