Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Paradox Engine 3.0 for C - <b>syntax:</b> int pxrecgoto(tablehandle tblhandle, recordnumber recnum) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: int PXRecGoto(TABLEHANDLE tblHandle, RECORDNUMBER recNum)

Args: tblHandle - table (file) handle
      recNum    - record number to go to

Returns: PXSUCCESS (0) or error number

Synopsis: Sets the current record to recNum.  The record number
   may not be valid if the table has been modifed.

   Public blobs associated with the record are cleared,  even if the cursor
   does not actually move.

See Also: Example PXRecNum

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson