This function is used to declare which fields from the Repository (on the host) are to be used in the PC application. The LceUseField function indicates that the Repository field information will be required.
BOOL |
LceUseField |
(int |
iSession, |
|
|
char far * |
strFieldList ) |
Parameters
iSession |
The session identifier as returned by LceGetSessionId. |
strFieldList |
The list of fields to be used. All fields in this list must be defined in the LANSA Repository. If the field is not defined, an error will result. The length of each field should not exceed FIELD_LENGTH as defined in the LCOE.H header file. |
Return Values
TRUE is returned if the session can accept the value.
FALSE is returned if an error occurs.
Notes
Any data dictionary field which is used in another function (e.g. LceFetch) must have been declared using this LceUseField function.
Related Functions