Hello,
We use EHLLAPI Enhanced mode to automate IBM Personal Communications (TN3270)
-
In initialization we open IBM P-COMM profile and then create new Terminal Session using default Connection string outputting Terminal.Connection variable
-
In following workflows for Terminal Sessions we attach to existing Connection using the variable.
The problem is during step 1) terminal screen size is setup based on the current Terminal screen (Login screen resolution is 24x80), after login screen resolution changes to 32x80. But In uipath âterminal hostâ screen size is not refreshed resulting rows below 25 - 32 are not visible for UIPAth activities.
Activity Move Cursor to blind area (eg 27x40) works, but text activities are failing - get screen text(return only 24 rows), set field value (filed not found).
If we Login manually and navigate to another screen with 32x80 resolution and then create terminal session (step1) It is working fine. It means, screen area is defined during that step and not refreshed anymore.
Is there any method for Terminal.Connection object, we can refresh the resolution, or any atributes we can change?