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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Gandalph067

  1. Gandalph067

    Controling IE with VBA

    Good Afternoon! After many frustrating hours I had a Gentleman help me understand some fo the issues the command I was using and suggested a change in direction which was able to solve the above issue. instead of a HTTP command he used a XML commands to do virtually the same thing. I guess I...
  2. Gandalph067

    Controling IE with VBA

    Good Afternoon, I am attempting to control commands sent to our paging system and I am getting an automation error message I cannot seem to get around. The code will create the IE object, open an explorer window where I get the acknowledge back in the from the explorer. In the address line is...
  3. Gandalph067

    Sending Text with TCP/IP

    Good Day, I am currently sending a message to a paging system through IE.Navigate process, this causes the IE window to pop up and return the Acknoledge message to the screen. During some discussion I was advised this can be accomplished through straight TCP with the IP open Port 80? this...
  4. Gandalph067

    Access to send commands to IE9

    Greetings, I attempting to start a web based paging system internal to my company. I set the IE application, it will start the program but when it gets to IE.Visible = True I get an error "Run-Time error '-2147417848(80010108)': Automation error the object invoked has disconnected from its...
  5. Gandalph067

    query columns in a combo box in a table

    I have two tables that has Employee and provider. Provider ProvID Provider_Name Team Employee EmpID Emp_Name Team The Team is a combo box look up in the table of Provider Bound Column 1 Column count 3 I want to use a query to call the second column of the field team. I...
  6. Gandalph067

    Screen scrape in VBA, Rumba session

    I was able to get it to send commands and scrape the data from the screen. I put in all the command functions from attachmate and they helped, my biggest issue is the time that the system takes to respond to the commands I send. I have a pause I wrote into it and it waits a second then...
  7. Gandalph067

    Screen scrape in VBA, Rumba session

    I do stand corrected for the type of session i am working in. it is "Reflection for UNIX and OpenVMS Dialog Box, ©1994-2006 Attachmate Corporation." I was so used to the people here calling it Rumba. Gusess this is what I get from not doing my homework. I did see the piece of code you had...
  8. Gandalph067

    Screen scrape in VBA, Rumba session

    I have been trying to setup a mainframe as an object and send it a string. I have just started with this after being away from coding for 5 years. I have been deployed oversees. I guess I have started with attempting to declare a mainframe then send keys command. It is just been so long I am...
  9. Gandalph067

    Screen scrape in VBA, Rumba session

    I have been trying to create a function that would call a rumba/attachmate session already open in the background, and copy (screen scrape) the screen, returning it as a string into MS Access 2007 Variable. So far I have seen snipets and it has been sometime since I have worked to this level in...

Part and Inventory Search

Back
Top