This event is fired after 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 edit box in the 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 if needed.
|
Parameter |
Description |
|
TranslateStatus |
Indicates the result of the translation: |
|
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. |
The event is fired in the Interpret, Verify, or Transfer module.