Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AlbertShenko

    Excel VBA Not Sending F keys to Attachmate

    Not quite (I really just mean type by hand), but it certainly feels that way at times.
  2. AlbertShenko

    Excel VBA Not Sending F keys to Attachmate

    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...
  3. AlbertShenko

    Excel VBA Not Sending F keys to Attachmate

    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:  Thanks...
  4. AlbertShenko

    Excel VBA Not Sending F keys to Attachmate

    No worries. I'll keep monitoring this thread and will post a solution when I figure it out - unless its posted here first of course :)
  5. AlbertShenko

    Excel VBA Not Sending F keys to Attachmate

    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.
  6. AlbertShenko

    Excel VBA Not Sending F keys to Attachmate

    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...
  7. AlbertShenko

    Excel VBA Not Sending F keys to Attachmate

    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...
  8. AlbertShenko

    Excel VBA Not Sending F keys to Attachmate

    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...
  9. AlbertShenko

    Interacting with Attachmate dialog box at login

    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...
  10. AlbertShenko

    Interacting with Attachmate dialog box at login

    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...
  11. AlbertShenko

    Interacting with Attachmate dialog box at login

    My apologies. I am using Excel and interacting with Attachmate EXTRA! X-Treme 9.3
  12. AlbertShenko

    Interacting with Attachmate dialog box at login

    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...

Part and Inventory Search

Back
Top