BreakFieldInterpret() As Long

Description

This event is fired when a set-breaking field has been interpreted.

This event is fired in the Scan module if the forms are scanned and in the Interpret module if the forms are imported. (Set break fields are interpreted when the set logic is sorted out, not when the ordinary fields are interpreted.)

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return.

Suggested usage

You could use the event to override the interpretation result of a set-breaking field in order to force a set break regardless of interpretation.

SetInterpreted

Field-level events