Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array property in DLL
Message
 
 
To
25/04/2002 09:45:16
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00649120
Message ID:
00650154
Views:
19
>Hi!
>
>I have a FormHandler Class which has an array as a property (This.aOpenForms[1,3]) and in the Init() of this class I Dimension it.
>
>FormHandler.Init()
>*-----------------
>Dimension This.aOpenForms[1, 3]
>
>Everything works fine but as soon as I compile this class into a DLL using OLEPUBLIC the Array "This.aOpenForms[1, 3]" changes to a single value property. "This.aOpenFroms = .f." or "This.aOpenFroms = .null."

How do you know that?
This.aOpenForms = .f.
* or 
This.aOpenForms = .null.
are legitime expressions for arrays.
BTW, is it typo 'This.aOpenFroms' instead of 'This.aOpenForms' or the source of your problem?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform