Moves a certain number of rows relative to the current row.
MoveRelative( index As Long ) As Boolean
Member of UltraLiteAFLib.ULResultSet
index The number of rows to move. The value can be positive, negative, or zero. 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.
True if successful.
False if unsuccessful. For example, if there are no rows, the method fails.