FieldComplete() As Long

Description

This event is fired right after a field has been validated by FORMS’ internal routines or the FieldValidateExisting event, and the field’s status has been set to Complete. The event is fired at least once for each filled-in field and can be fired several times if the field value is edited and validated repeatedly.

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

Skips any further checks on the field. Returns this if you explicitly change the status of a field.

EV_ERROR

Causes an error message and job termination.

Suggested usage

Could be used to implement field validations that cannot be performed by FORMS.

Remarks

Only fired in the Interpret and Verify modules.

Note that after the FieldComplete event is fired the field still can get the Retype status or be set to Confirm in Verify, if these settings are selected for the field definition.

Field-level events