Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[ Image Removed |../../index.htm#lansa/srvgudba_0130.htm]
You are here:

...

     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);

...

     }