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.
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.
Function OnVeriSelectFormDef( AvailableFormDefs As String ) As Long
Application.SetFormDefSelection( "UseDef1" )
OnVeriSelectFormDef = EV_OK_ABORT
End Function