strValue = spaces(FIELD_DATA_SIZE + 1)
iValue = 0
lFlags = 0
IF LceGetDefaultValueX(iSession, "EMPNO", strValue, lFlags)
IF NOT lFlags = 1
iValue = ConvertStringToInteger (strValue)
ENDIF
ELSE
/ return error /
ENDIF
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Current »
strValue = spaces(FIELD_DATA_SIZE + 1)
iValue = 0
lFlags = 0
IF LceGetDefaultValueX(iSession, "EMPNO", strValue, lFlags)
IF NOT lFlags = 1
iValue = ConvertStringToInteger (strValue)
ENDIF
ELSE
/ return error /
ENDIF
Copyright © 2004-2026 IDERA, Inc.