| 
 
  | 
                    Finds the number of records in a table                    
function PXTblNRecs
   (TblHandle        : TableHandle;       { table to get # of records from }
    var NRecs        : RecordNumber): Int;{ returns number of records      }
Errors: PXERR_INVTABLEHANDLE     76  Invalid table handle | 
| 
 
  |