| 
 
  | 
                         Appends a record to a table                          
function PXRecAppend
   (TblHandle        : TableHandle;           { table to append record to }
    RecHandle        : RecordHandle):Integer; { record to append          }
Errors: PXERR_TABLEWRITEPRO      22  Table is write protected
        PXERR_INVTABLEHANDLE     76  Invalid table handle
        PXERR_KEYVIOL            97  Key violation
        PXERR_INVRECHANDLE      104  Invalid record handle
        PXERR_TABLELOCKED       119  Table is locked
        PXERR_SXCANTUPDATE      136  Cant update Heap open on Secondary index | 
| 
 
  |