|
|
Searches a table for a (sub) key match
function PXSrchKey
(TblHandle : TableHandle; { table to search in }
RecHandle : RecordHandle; { record buffer with key to find }
NFlds : Integer; { number of fields in key }
Mode : Integer): Integer; { searching from first/next record }
Errors: PXERR_OUTOFRANGE 31 Argument out of range
PXERR_INVTABLEHANDLE 76 Invalid table handle
PXERR_RECNOTFOUND 89 Record was not found
PXERR_ENDOFTABLE 101 End of table
PXERR_INVRECHANDLE 104 Invalid record handle |
|
|