Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AddProperty In a DLL
Message
From
18/09/1999 19:10:21
 
 
To
18/09/1999 18:51:31
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00266410
Message ID:
00266414
Views:
24
>As I said this is similar code. I am building an abstract object that provides an exposed method for subclasses to poplate an array with table names. However array processing is less than intuitive when a developer is attempting to bind a user interface to the COM object. So I loop through the array and add properties to the COM object named after the tables. Once these properties are created, I use "SCATTER" to create a series of objects. Its these objects that get assigned to the properties. But I digress, the important thing here is I don't know why the properties to appear to exist in the DLL.

I can't tell you why the properties are not showing, or even that AddProperty is supported by DLL's.

You could hide the complexity of the array by using a method in which you passed the table name and then retrieve the object from the array within the method that you had scattered.
Previous
Reply
Map
View

Click here to load this message in the networking platform