Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object property is not allowed
Message
From
20/03/1998 16:41:23
 
 
To
All
General information
Forum:
Visual Basic
Category:
ActiveX controls
Title:
Object property is not allowed
Miscellaneous
Thread ID:
00086135
Message ID:
00086135
Views:
76
Is this normal an object property is not allowed in an ActiveX control?

This is my definition for the property:
Public Property Get ParentObject() As Object
ParentObject = loParentObject
End Property

Public Property Let ParentObject(ByRef loValue As Object)
Set loParentObject = loValue
PropertyChanged "ParentObject"
End Property
If I change it for String, it works. Any idea on how I can make it work with an object?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform