SetFormDefSelection(SelectedFormDef As String)

Application object (Verify)

Use this method on the VeriSelectFormDef event to set the form definition name for the Unidentified form currently being verified. It is not effective anywhere else.

Unidentified must be selected as a form status in the Verify job description.

SelectedFormDef must be one of the form definition names that were passed in the VeriSelectFormDef event. Only one name can be set.

Example

Function OnVeriSelectFormDef( AvailableFormDefs As String ) As Long

    Application.SetFormDefSelection( "UseDef1" )

    OnVeriSelectFormDef = EV_OK_ABORT

End Function

SetDefaultFormDef method

Methods for the Application object for use with Verify