Support
Product Help
OpenSpan.com
Login
Register
Home
Forums
Knowledge Base
Code Gallery
Learning
Automation
Frontpage
»
Studio
»
Browse By Project Item
»
Automation
How can I get the Window Handle of a control that I have interrogated?
Why don't Unhandled Exception errors bubble-up to the calling automation?
Why do I recieve a Script is invalid error when validating a Script component in an OpenSpan Studio automation?
Why do I receive an unhandled exception error downstream from an asynchronous link or a Parallel Process component?
Why do I receive a deserializing Link.Could not find port named: 'KeyContainer' on ConnectionBlock: 'Automator.ExceptionThrown' error when opening an OpenSpan automation?
Why do I receive a 222; 125 is not a valid value for Int32 Exception error when opening an OpenSpan automation?
What is the difference between the WaitForCreate method and the IsCreated property?
What is the best place for the ExceptionThrown logic?
If an OpenSpan automation spawns a new thread, can the lock on the new thread be released outside of the requesting thread?
How do I use an OpenSpan automation to change the value of a Siebel combo box?
How do I round calculated values in an OpenSpan Automation?
How do I open a Siebel pop-up window using an OpenSpan automation?
How do I minimize a Windows form in an OpenSpan automation?
How do I maximize a Windows form in an OpenSpan automation?
How do I control the number of retries after an Exception error is thrown in an OpenSpan automation?
How do I cancel a key stroke made in a Windows application?
How do I access additional properties and methods for a control?
How do I access a control's properties, events and methods?
How can I get the elements from an array?
How can I find errors in complex OpenSpan Automations?
How can I ensure the proper order of event execution when using objects with multiple exit event ports?
How can I automatically terminate (exit) OpenSpan Integrator?
Why is it taking a long time to establish any new connections in my automation?
Why does manual looping in automations cause StackOverFlow Exceptions?
Why do I get the following exception; ExitPoint executed but EntryPointArgs does not exist in InnerArg tree?
Is it OK to use the main Connection block event exit port in combination with True and False events exit ports?
How do I use an OpenSpan automation to select a command button in a Modal dialog box?
How do I guarantee that a Tooltip will display on a Windows Form or Application Bar?
How do I change the startup order of my adapters and automations?
How do I automatically advance focus (i.e., Tab) from a text box to another control?
How do I address orange connection blocks in my automation?