| 
 
  | 
                         Moves to a specified record                          
function PXRecGoto
   (TblHandle: TableHandle;                { tblHandle of table to move in }
    RecNum           : RecordNumber): Int; { record number to move to      }
Errors: PXERR_OUTOFRANGE         31  Argument out of range
        PXERR_INVTABLEHANDLE     76  Invalid table handle
        PXERR_TABLEEMPTY        105  Operation on empty table | 
| 
 
  |