I'm trying to find out if there's a way to go directly to a specific Page ID without using a series of "F" button sendkey macros.
For Example, instead of using something like this to get to my desired page "ICMMENU"
Is it possible to just tell Extra Attachmate to go to page id "ICMMENU"?
I can automate Sendkey Macros all day but If I could just tell it to go to a certain page, It'd save so much time Processing the User's Requests. Any help or guidance would greatly be appreciated.
For Example, instead of using something like this to get to my desired page "ICMMENU"
Code:
Sess.Screen.SendKeys ("<pF8>")
Sess.Screen.WaitHostQuiet (g_HostSettleTime)
Sess.Screen.SendKeys ("<pF3>")
Sess.Screen.WaitHostQuiet (g_HostSettleTime)
Sess.Screen.SendKeys ("<pF8>")
Is it possible to just tell Extra Attachmate to go to page id "ICMMENU"?
I can automate Sendkey Macros all day but If I could just tell it to go to a certain page, It'd save so much time Processing the User's Requests. Any help or guidance would greatly be appreciated.