Page History
[ |../../index.htm#lansa/srvgudba_0230.htm]
You are here:
...
BOOL fOK;
int iSession;
char strDataType[FIELD_TYPE_
...
LENGTH + 1];
FLDLEN length;
int iDecimal;
fOK = LceGetFieldType(iSession, "SURNAME",
...
strDataType,
...
&length,
...
&iDecimal);
...