FieldTranslate() As Long

Description

This event is fired before a field value is translated to a value found in a table. This only happens when the name of a table is typed into the Translation table edit box in the Advanced dialog when the field is defined. The event can be fired in Interpret, Verify, or Transfer, depending on the field settings (the details of the field definition) and when the field becomes Complete.

When the event is fired, you have access to the field value and can change it before translation if needed.

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

No effect, treated the same as EV_OK.

EV_ERROR

Causes an error message and job termination.

Suggested usage

Remarks

The event is fired in the Interpret, Verify, or Transfer module.

Field-level events