Locks the current record                           

function PXNetRecLock

   (TblHandle        : TableHandle;           { table to lock record in }
    var LckHandle    : LockHandle): Integer;  { returns handle to lock  }

Errors: PXERR_RECLOCKED           9  Record is locked
        PXERR_RECDELETED         50  Another user deleted record
        PXERR_INVTABLEHANDLE     76  Invalid table handle
        PXERR_TABLEEMPTY        105  Operation on empty table
        PXERR_NONETINIT         107  Engine not initialized with PXNetInit
        PXERR_OUTOFLOCKHANDLES  111  Too many locks on table


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