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!

EXTRA & INTERNET EXPLORER WORKING TOGETHER?

Status
Not open for further replies.

pseudoman

Programmer
Jan 8, 2004
16
US
Well this is my second post with no response, but I will try again anyway... what it is that I am trying to do is have EXTRA open a web page and paste strings in given fields on the page, and use the <TAB>, <ENTER> Keys to navigate the page. has anyone been able to do this before?

I can only get as far as switching the ActiveApp, over to Internet Explorer, and opening the page as a file. after this my sendkeys start returning to EXTRA, instead of IE.
 
I assume you're trying to step through the program if the sendkeys are returning to Extra. SendKeys is useful at times, but unreliable at best unless you can know for sure when IE opens what has focus and where the tabs are going to go. Additionally, there's no way to step this as at each step focus is brought back to the EB interface.

Have you considered using objects to control IE? I've not tried it with IE, but it works great with most things.

calculus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top