FormTransferEnd() As Long

Description

This event is fired in the Transfer module after a form is transferred. Any changes to the form resulting from this event are discarded. This event is called for both transferred forms and transferred sets, except when sets are transferred using a set transaction description. See also the SetTransferEnd 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 transferred forms.

Remarks

Only fired in the Transfer module. When transferring sets with a set transaction description, this event is not fired at all. If the forms are deleted after being transferred (default behavior in FORMS), then the status of the form is 201 which stands for deleted.

Form-level events