Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem when using AddObject with a OLEcontrol
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Problem when using AddObject with a OLEcontrol
Miscellaneous
Thread ID:
00609163
Message ID:
00609163
Views:
59
I get the error "OLE error code 0x800004002 : no such interface supported."
when I try to use AddObject.

thisform.AddObject("oPinPad","OLEControl","rpreader.rppinpad")

The odd thing is that I can use CreateObject on the same object and it works. The problem is that I really want to use AddObject to be consistent in my code.

oPinPad = createobject("rpreader.rppinpad")

Is there a difference between AddObject and CreateObject that would cause this?
Are they using different interfaces for OLE objects?
Is there anything that I can do to help the object creator understand why I get this error in VFP?
Next
Reply
Map
View

Click here to load this message in the networking platform