JBalcerzak
Programmer
I'm trying to instantiate a message object:
oMsg = CreateObject("CDO.message"
but each time I do, I'm getting a message that Class definition CDO.MESSAGE is not found...
I've run the regsvr32 cdo.dll and it comes back that its registered successfully, but I still can get it to work...
Any ideas?
p.s. Using VFP 6.0 in Win98
Thanks
oMsg = CreateObject("CDO.message"
but each time I do, I'm getting a message that Class definition CDO.MESSAGE is not found...
I've run the regsvr32 cdo.dll and it comes back that its registered successfully, but I still can get it to work...
Any ideas?
p.s. Using VFP 6.0 in Win98
Thanks