FormSaved() As Long

Description

This event is fired when a form has been saved to the database in the Scan or Interpret module. It is the last event fired on a form level, and no changes to the form will be saved. However, the event can be used for logging purposes.

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

To keep track of forms that enter the FORMS system.

Remarks

Only fired in the Scan and Interpret module s. Any changes to the form resulting from this event are discarded.

Form-level events