FormInterpreted() As Long

Description

This event is fired right after a form is interpreted, that is, after all fields on the Form are interpreted. The event is only fired once for each form.

If you are processing sets, note that the FormInterpreted event for a form within a set may be fired before the SetInterpreted event for the previously processed set. This is because database operations (read/write) and form interpretation are performed asynchronously in order to optimize performance.

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

Could be used to implement active form validations.

Remarks

Only fired in the Interpret module.

Form-level events