Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ole error code 0x80004002: no such interface supported

568 views
Skip to first unread message

Ed Johnson

unread,
Dec 12, 2001, 3:58:41 PM12/12/01
to
I get this the error code "ole error code 0x80004002: no such interface
supported" when I try to do a createobject("theobjectname") - what does this
mean? What are the rules for using active x or type libraries in Visual
Foxpro 6 - what can and can't you do and what kind of controls can you work
with?

From: Ed Johnson


Rick Bean

unread,
Dec 12, 2001, 5:47:52 PM12/12/01
to
Ed,
Funny you should ask - I just got this exact message last week when I tried
to fire up a COM server I created and was testing. It turned out that I was
trying to set a property in the INIT() procedure I had neglected to declare
<s>. I've found debugging COM servers is a whole new art, and the OS doesn't
give you much help with cryptic messages like this one.

Is the object you are trying to create something of your own making of
someone else's? What kind of file type is it, and have you used an Object
Browser to see what's actually available in this file?

Rick

"Ed Johnson" <edjohnson...@my-deja.com> wrote in message
news:ejkG4C1gBHA.1872@tkmsftngp04...

Damian Zakolski

unread,
Dec 14, 2001, 5:04:52 AM12/14/01
to
you have to issue the following

myvariable=CREATEOBJECT("LibraryName.InterfaceName")

check to see if you can find your libraryname.interfacename in the registry

=Damian()


0 new messages