R
Rvo
I am trying to port old code (originally made for Word 97 but working in
WOrd 2000) to Word 2003.
I'm seeing a few problems here though.
when I try to execute the follwing instructions in VBA I get an unknown
error (err.number has a value of -2147319779)
dim ses as object
ses = CreateObject("OracleInProcServer.XOraSession")
On the machine (running Win2K SP4) All needed Oracle components are
installed to allow this instruction to work fine in Word 2000.
Did anyone come across this problem? How can I work around this?
Kind regards,
Romain Voes
WOrd 2000) to Word 2003.
I'm seeing a few problems here though.
when I try to execute the follwing instructions in VBA I get an unknown
error (err.number has a value of -2147319779)
dim ses as object
ses = CreateObject("OracleInProcServer.XOraSession")
On the machine (running Win2K SP4) All needed Oracle components are
installed to allow this instruction to work fine in Word 2000.
Did anyone come across this problem? How can I work around this?
Kind regards,
Romain Voes