You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

[ |../../index.htm#lansa/srvgudba_0230.htm]
You are here:

6.27.2 C Example

BOOL fOK;
int  iSession;
char strDataType[FIELD_TYPE_LENGTH + 1];
FLDLEN  length;
int  iDecimal;
 
fOK = LceGetFieldType(iSession, "SURNAME", strDataType, &length, &iDecimal);
 
[ |../../index.htm#lansa/srvgudba_0230.htm]

  • No labels