MoveTo - method of the PmaDatabase object
Description:
Move the current position to the specified record in the table.
Syntax:
Empty MoveTo(Long nIndex)
Parameters:
nIndex | (Long) Index of the database table record to which the current position has to be moved (zero-based index). |
---|
Example:
JavaScriptVBScriptSelect and copy to clipboard
oDb.MoveTo(3);
oDb.MoveTo 3