Extended field status constants

Below is a list of field errors that can occur when you are verifying forms. They apply to both the Classic OLE API and the COM API.

Used with the ExtendedStatus property.

Also used with GetExtStatus and SetExtStatus in the Classic OLE API.

Constant

Value

Description

ehFormatError

19001

Field value has wrong format

ehMissingEntry

19002

Field entry is missing

ehConfirmField

19003

Confirm field value

ehDemandFieldExists

19004

Watch field exists

ehOutOfRange

19005

Field value is out of range

ehTableValidationError

19006

Field value not found in validation table

ehCheckDigitError

19007

Field value has wrong checksum

ehSumFieldIncorrect

19008

Incorrect or missing sum

ehExternalValidationError

19009

External validation of field indicates error

ehConnectTableError

19010

Validation by connect table failed

ehMarkFieldMissing

19011

No mark field marked

ehSeveralMarkFields

19012

Several mark fields marked

ehHostValidationError

19013

Validation error from the target system

ehTooFewMarkFields

19014

Too few mark fields marked

ehTooManyMarkFields

19015

Too many mark fields marked

ehDemandFieldMissing

19016

Watch field does not exist

Overview of COM API constants