This event is fired when the Verify operator is about to select a form definition for an Unidentified form. ( must be selected as a form status in the Verify job description.) The event is called before the usual dialog is displayed.
The AvailableFormDefs parameter is a string containing the names of all form definitions that the Unidentified form could be associated with.
To return the selected form definition type to the application, use SetFormDefSelection on the Application object.
|
Return value |
Description |
|
EV_OK |
Normal return. The dialog appears (API selection skipped). |
|
EV_OK_ABORT |
The dialog is skipped. Use SetFormDefSelection to return a form definition to verify. If you do not, the standard dialog appears. |
|
EV_ERROR |
Execution stops and an error is reported. |
Use this event to automatically select a form definition for Unidentified forms, or to show your own dialog for selecting the form definition.
Only fired in the Verify module.