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> int pxputblank(recordhandle rechandle, fieldhandle fldhandle) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: int PXPutBlank(RECORDHANDLE recHandle, FIELDHANDLE fldHandle)

Args: recHandle - record buffer handle
      fldHandle - field handle (number)

Returns: PXSUCCESS (0) or error number

Synopsis: Places special blank value into record buffer at fldhandle.

   If the field referenced is a blob,  this function has the same effect as
   PXBlobDrop,  that is,  the blob size is set to zero.  Note that the blob
   must not be open when this is called.

See Also: Example PXFldBlank PXBlobDrop

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