Thanks!
I'm actually going the other way (but I do scrape the entire screen in other jobs like you describe)
I'm receiving input that needs to be processed in the mainframe which has no way to be loaded systematically.
Currently it is key-punched manually or copy/pasted by associates.
So I'm...
Skip - you were right. It was keyboard mapping inside AttachMate; not the OS.
In EXTRA!X-Treme you access this from the ribbon by selecting: Edit-->Settings-->Keyboard Maps-->Edit--> (Double click on key)--> (Review the Keystrokes value listed)
In my case, F10 is remapped as: [010q
Thanks...
What's the best way to check that?
Pressing F10 manually works as intended.
And using a site like https://www.keyboardtester.com/tester.html ; correctly identifies my key pressed as F10.
What am I clearing - it didn't seem to do anything? Referring to the api documentation, I see it as clearing an object... http://docs.attachmate.com/extra/x-treme/apis/com/index.htm
With oSys as my object, I tried:
oSys.Waits.Clear
oSess.Screen.SendKeys "<PF10>"
oSess.Screen.SendKeys...
Sorry- I should have mentioned I did try using <PF10> as well: oSess.Screen.SendKeys "<PF10>"
This did not work.
When I pause the code in Excel VBA after it fails to send the F10 key, I can manually press the F10 in the window directly and resume the code.
If I change the F10 to say a random...
Using Excel VBA and Attachmate EXTRA! X-treme I am running into issues sending function keys ( <F9> and <F10>)
Here is the code snippet. It is copying data from a csv file and pasting it into Attachmate. To move to the next screen, the F10 key must be pressed. This is not passing through...
I was able to resolve this today.
For the benefit of others who come across the same problem:
The popup dialog of EXTRA! does not accept SendKeys sent to the ExtraSession object (in my case, called oSess).
However, you can use AppActivate in VBA by referencing the EXTRA! application by name...
How do I pass this information to the password prompt from Attachmate?
Once I get passed that prompt (manually), I can interact with that session though Excel; but I am unable to figure how to send my password to that popup dialog box (in the screenshot) that Attachmate is bringing up. I am not...
I am starting to implement some scripting (in Excel/VBA) to interact with Attachmate EXTRA! X-Treme 9.3.
I can successfully create and open the session and I am able to send keys.
However, while the user name for the connection is stored, the password is not. I receive a dialog box prompting...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.