Open a Blob for Read access                          

function PXBlobOpenRead

   (RecHandle     : RecordHandle;     { record handle containing Blob field }
    FldHandle     : FieldHandle;      { field handle of Blob to read        }
    var BlbHandle : BlobHandle): Int; { Blob handle used for reading        }

Errors: PXERR_TYPEMISMATCH       30  Data type mismatch
        PXERR_BLOBOPEN           52  Blob already open
        PXERR_INVFIELDHANDLE     75  Invalid field handle
        PXERR_INVRECHANDLE      104  Invalid record handle


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