FieldInterpret() As Long

Description

This event is fired before a field is interpreted. Normally this event is fired once for each field. This event is always followed by the FieldInterpreted event.

Parameters

None.

Return values

Return value

Description

EV_OK

The field is interpreted by FORMS’ interpretation engine. Any status the field was given in this event is ignored.

EV_OK_ABORT 

FORMS’ interpretation engine is circumvented, which means that the field was interpreted by the event handler.

EV_ERROR

Causes an error message and job termination.

Suggested usage

Could be used to implement image enhancement or reset details of a field specification before interpretation.

Remarks

Only fired in the Scan and Interpret module s.

Field-level events