Form-level events

Form-level events are fired when something is about to or has just occurred on a form. For example, one event is fired just before a form is to be interpreted and another is fired right after interpretation of that form.

For each form-level event there is an active Form, FormDef, Job, and Application. If the job description includes sets, there is also an active Set and SetDef . If the job description includes batches, there is also an active BatchDef and Batch .

There is never an active Field or FieldDef present in a form-level event. However, through the active Form you can walk through all fields in the Form.

Form-level events:

FormComplete

FormConfirm

FormCopied

FormDelete

FormDeleted

FormInterpret

FormInterpreted

FormSaved

FormScanEnd

FormTransferEnd

FormTransferRecord

FormTransferStart

FormValidate

FormValidated

FormValidateError

FormVerifyIdent

FormVerifyUnident

CompFormComplete

CompFormInterpreted

 

Event descriptions (general info)

Where to find additional information about events and methods