FormTransferStart() As Long

Description

This event is fired in the Transfer module, before a form or set is transferred, but not if a set is transferred using a set transaction description. The forms’ status is Complete. See also the SetTransferStart event.

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 keep track of forms to be transferred. It is also a very good place to insert or modify data.

Form-level events