Lane Coddington
2008-10-10 22:50:45 UTC
I originally posted this question a month ago in the dde-ole-dll group,
but didn't get much response. Sorry for the cross posting, but I bet
someone else must be having the same problem.
I'm trying to access MS Outlook from dbase. The basic three lines it
takes to open a new email message are:
oOLE = new OLEAutoClient("Outlook.Application")
oMail = oOLE.CreateItem(0)
oMail.Display()
This has worked for me for years, but recently it started give the
error, Error: OLE Unknown error: 0000:0001. It still opens the new
email message.
I'm using Vista, dbase 2.6.1.5, Outlook 2007. On another computer with
XP and Outlook 2003, it also used to work, but now throws up a different
error and doesn't even open the new email message.
I've considered that it might be Norton getting in the way or security
settings in Outlook, but I turned off everything and I still have the
same problem.
I also wonder if it might be recent service packs for XP and Vista.
That's service pack 3 for XP and 1 for Vista. On a third computer with
XP service pack 2 and Outlook 2002, it still works just fine.
Are you having the same problem on your machine? Any ideas?
but didn't get much response. Sorry for the cross posting, but I bet
someone else must be having the same problem.
I'm trying to access MS Outlook from dbase. The basic three lines it
takes to open a new email message are:
oOLE = new OLEAutoClient("Outlook.Application")
oMail = oOLE.CreateItem(0)
oMail.Display()
This has worked for me for years, but recently it started give the
error, Error: OLE Unknown error: 0000:0001. It still opens the new
email message.
I'm using Vista, dbase 2.6.1.5, Outlook 2007. On another computer with
XP and Outlook 2003, it also used to work, but now throws up a different
error and doesn't even open the new email message.
I've considered that it might be Norton getting in the way or security
settings in Outlook, but I turned off everything and I still have the
same problem.
I also wonder if it might be recent service packs for XP and Vista.
That's service pack 3 for XP and 1 for Vista. On a third computer with
XP service pack 2 and Outlook 2002, it still works just fine.
Are you having the same problem on your machine? Any ideas?
--
Lane Coddington
Lane Coddington