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 pxfldname(tablehandle tblhandle, fieldhandle fldhandle, http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: int PXFldName(TABLEHANDLE tblHandle, FIELDHANDLE fldHandle,
                      int bufSize, char  *fldName)

Args: tblHandle  - record buffer handle
      fldHandle  - field handle (number)
      bufSize    - size of fldName
      *fldName   - on success:  field name (25 char max)

Returns: PXSUCCESS (0) or error number

Synopsis: Returns (via fldName) the name of the field whose field handle
   is fldHandle. If fldHandle is greater than 255 (indicating a
   composite or case-insensitive index) the field name for that index is
   returned.

See Also: Example PXFldHandle Field Names

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