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_0130.htm]
You are here:

6.15.2 C Example

BOOL           fOK;
int            iSession;
unsigned long  lFlags;
 
fOK = LceSetFieldValue(iSession, "EMPNO", "12345");
fOK = LceFetch(iSession, "SURNAME, GIVENAME", "PSLMST", "EMPNO");
if (fOK)
{
         fOK = LceGetFieldValueX(iSession, "SURNAME", strLastName, &lFlags);
         fOK = LceGetFieldValueX(iSession, "GIVENAME", strFirstName, &lFlags);
}
 
[ |../../index.htm#lansa/srvgudba_0130.htm]

  • No labels