problem with interrogation form
hi team,
In version 8.0, whenever I click on Start Interrogation , the Windows application is launched. But immediately, the Interrogation is closing and I am not getting a chance to drag the capture button on the target.
tried with the solution I could find online but is not being able to meet up, kindly update what action to be done.
- Set the adapter Start method to StartAndWait and set the TargetPath property to the actual application that ends up starting. You can usually determine this by looking in TaskManager or by using ProcessExplorer.
- Set the HookChildProcesses property on the adapter to True. This will work if the initial application does not end once it has launched the second application. The Start method on the adapter should remain set to Start.
***Moderator Edit-Vidyaranjan: Updated Platform Capability***