UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULTable class
MoveRelative( index As Long ) As Boolean
Member of UltraLiteAFLib.ULTable
Moves a certain number of rows relative to the current row.
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.
True if successful.
False if the move failed, as may happen, for example, if the cursor is positioned beyond the first or last row.