strIndicator = ""
IF NOT LceGetFieldIndicator(iSession, "SURNAME", strIndicator)
/ return error /
ENDIF
IF strIndicator = "Y"
/ field uses DBCS /
ELSE
/ single byte character /
ENDIF
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Current »
strIndicator = ""
IF NOT LceGetFieldIndicator(iSession, "SURNAME", strIndicator)
/ return error /
ENDIF
IF strIndicator = "Y"
/ field uses DBCS /
ELSE
/ single byte character /
ENDIF
Copyright © 2004-2026 IDERA, Inc.