CompFieldStopExtVerify() As Long

Description

This event is called when the external dialog is to be closed. It expects the external DLL to close the dialog.

Note that this event is also available on the Field, Form, Set, and Job levels.

Parameters

None.

Return values

The return value is placed in the internal variable DLLReturnValue and can be used by other VBA calls. It is ignored by FORMS.

Suggested usage

Called when the external dialog, created using CompFieldStartExtVerify, is to be closed.

Remarks

Only fired in the Verify module.

Events in Verify