|
Finds the current record number of a table function PXRecNum (TblHandle : TableHandle; { table to get record number from } var RecNum : RecordNumber): Int;{ returns record number } Errors: PXERR_INVTABLEHANDLE 76 Invalid table handle PXERR_TABLEEMPTY 105 Operation on empty table |
|