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 pxfldhandle(tablehandle tblhandle, char *fieldname, http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: int PXFldHandle(TABLEHANDLE tblHandle, char *fieldName,
                        FIELDHANDLE *fldHandlePtr)

Args: tblHandle     - record buffer handle
      fieldName     - string containing the name of the field (max 25 chars)
      *fldHandlePtr - on success:  field handle

Returns: PXSUCCESS (0) or error number

Synopsis: Returns the field handle (via fldHandlePtr) of the field named
   by fieldName. Field names must be unique.

   If the field is a composite or case-insensitive index, the handle
   returned will be greater than 255. If fieldName is both the name of a
   composite index and a field, the field number is returned, rather than
   the index field handle

See Also: Example Macros for blank testing

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