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

Rexx communication with Internet Explorer

Status
Not open for further replies.

SwansonPRS

Programmer
Aug 24, 2005
3
US
I have the following REXX code running on Windows XP:
URL=" BLAH BLAH.org"
myIE = .OLEObject~New("InternetExplorer.Application")
myIE~Width = 800
myIE~Height = 600
myIE~Visible = .True
myIE~Navigate( URL )
On occasion I get the following in a message box with an
offer to send the error report to Microsoft:
Object REXX Interface has encountered a problem and needs to close. We are sorry for the inconvenience.
The error signature is as follows:
AppName: rexx.exe AppVer: 2.1.0.0 ModName: orexxole.dll
ModVer: 2.1.0.0 Offset: 000042aa
Any suggestions?
 

Well, since Micro$oft could not possibly care less about errors in OREXX, I would advise you to save your bandwidth.


Frank Clarke
Tampa Area REXX Programmers' Alliance
REXX Language Assn Listmaster
 
I was hoping for some help with the problem. I KNOW M$ doesn't care.

Paul Swanson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top