| 
 
  | 
           Copies source record buffer to destination record buffer           
function PXRecBufCopy
   (FromHandle       : RecordHandle;          { record buffer to copy from }
    ToHandle         : RecordHandle): Integer;{ record buffer to copy to   }
Errors: PXERR_BLOBMODIFIED       55  Another user modified Blob
        PXERR_STRUCTDIFFER       81  Table structures are different
        PXERR_INVRECHANDLE      104  Invalid record handle | 
| 
 
  |