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

6.10.3 Psuedocode Example

Check if record can be deleted.
strName = "PSLMST"
strKey  = "EMPNO"
IF NOT LceSetFieldValue(iSession, strKey , "12345")
         return error 
ENDIF
IF LceDelete(iSession, strName, strKey, TRUE)
          delete of the record can be performed 
ELSE
          cannot delete the record 
          display error messages 
ENDIF
 
[ |../../index.htm#lansa/srvgudba_0070.htm]

  • No labels