Retrieves the DBCS (Double Byte Character Set) flag from the LANSA Repository for non-Unicode string fields such as Alpha, Char and String. It is irrelevant for other filed types including Unicode fields (NCHAR, NVARCHAR).
BOOL | LceGetFieldIndicator | (int | iSession, |
char far * | strFieldName, | ||
char far * | strValue ) |
iSession | The session identifier as returned by LceGetSessionId. |
|---|---|
strFieldName | The field name. The field must have been declared using an LceUseField function. |
strValue | The array to receive the returned value. The size should be at least FIELD_IND_LENGTH + 1. Y = the field uses DBCS characters. N = the field uses single byte characters. |
TRUE is returned if the session has got the field indicator.
FALSE is returned if an error occurs.