FmtGetFieldName
Retrieves the name of a particular field in a format object.
Syntax
FmtGetFieldName(hFmt, hField)
hFmt:
The format template handle, returned from the FmtOpen() function. The handle identifies the table where data on the associated format template is stored.
hField:
The field handle.
Return Value
Name of requested field
Related Functions
See Also