|
|
|
|
version 2003
PA_GetFieldList (tNum; fNum; listName)
| Parameter | Type | Description | |
| tNum | short | → | Table number |
| fNum | short | → | Field number |
| listName | char * | ← | List name |
Description
If the field being accessed has a "Choice List" attribute,
PA_GetFieldList
returns the name of this list in
listName
.
If the field has no choice list of if an error occurred,
listName
is returned empty.
See Also
PA_GetFieldName , PA_GetFieldProperties , PA_GetFieldRelation .
Error Handling
Use
PA_GetLastError
to see if an error occurred.