SwansonPRS
Programmer
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?
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?