Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Paradox Engine 3.0 for C - <b>syntax:</b> pxblobclone(recordhandle rechandle, fieldhandle fldhandle) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: PXBlobClone(RECORDHANDLE recHandle, FIELDHANDLE fldHandle)

Args: recHandle - record buffer handle
      fldHandle - field handle (number) to clone.  If zero, the engine
              attempts to clone all blobs in this record.

Returns: PXSUCCESS (0) or error number

Synopsis: Creates private blobs from the requested (all if fldHandle  0)
   public blobs. Private blobs are accessible only to the creator and the
   data they contain is preserved across cursor movements. Private blobs
   persist until a call to PXBlobClose (followed by a record update or
   write), PXBlobDrop, or PXTblClose.

See Also: Example PXBlobClose PXBlobDrop PXTblClose

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson