Inserts a record into a table                         

function PXRecInsert

   (TblHandle        : TableHandle;           { table to insert record into }
    RecHandle        : RecordHandle):Integer; { record to insert            }

Errors: PXERR_TABLEWRITEPRO   22  Table is write protected
        PXERR_OUTOFDISK       41  Not enough disk space to complete operation
        PXERR_INVTABLEHANDLE  76  Invalid table handle
        PXERR_KEYVIOL         97  Key violation
        PXERR_INVRECHANDLE   104  Invalid record handle
        PXERR_TABLELOCKED    119  Table is locked


Copyright © 1985 to 2022 Beta Systems                            Last modified: Wednesday, January 05, 2022 .