SetInterpreted() As Long

Description

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

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 apply active set validations.

Remarks

Only fired in the Interpret module.

BreakFieldInterpret

Set-level events