| 
 
  | 
                               Unlocks a record                               
function PXNetRecUnlock
   (TblHandle        : TableHandle;       { table to unlock record in       }
    LckHandle        : LockHandle): Int;  { lock handle of record to unlock }
Errors: PXERR_INVTABLEHANDLE     76  Invalid table handle
        PXERR_NONETINIT         107  Engine not initialized with PXNetInit
        PXERR_INVLOCKHANDLE     110  Invalid lock handle | 
| 
 
  |