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

Args: recHandle  - record buffer handle
      fldHandle  - field handle of field to be tested
      *Blankptr  - on success:  1 (TRUE) if field is blank
                                0 (FALSE) if not blank
                                undefined on error

Returns: PXSUCCESS (0) or error number

Synopsis: Determines if field pointed to by fldHandle is blank.  Note
   that this is not the same as 0 or spaces. In fact, most numeric fields
   that are "UNKNOWN" have the high order bit set to 1.

   If the specified field is a blob, PXFldBlank will return true only if
   the blob has a length of zero.

See Also: Example PXPutBlank

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