Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'Object class is invalid for this container' Error
Message
From
25/10/2001 10:11:46
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
25/10/2001 10:04:19
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00573157
Message ID:
00573167
Views:
30
>Hi,
>I´m adding an COM Server (DLL) to a form, by this code at run time:
>thisform.addObject('loCir','circuitos.circuito')
>And it gives me exactly this error:
>'Object class is invalid for this container'
>
>The DLL is correctly registered. Custom class is its parent, and only has a few methods.
>What am I doing wrong?
>
>Thanks,
>Ibai

Ibai,
You cannot addobject a COM DLL to a form :

thisform.myCustomProperty = createobject('circuitos.circuito')

Likewise you cannot add objects to containers that are incompatible. ie: You can't add a column to a form or page to grid.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform