Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set class to / release classlib
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00806955
Message ID:
00807049
Views:
23
Can you use NEWOBJECT() function/method instead?

>Hi,
>
>Right now I'm working on a project which is based on the AccountView Framework. This framework allows the developer to create own classes in combination with the financial engine of AccountView.
>
>Right now I have the problem that I created two different classes. To use this, I start with the command:
>
>"set classlib to myclasslib alias myclasslibary1 addivive"
>
>After that, I can create my object. When I exit this class, I call the command:
>
>"Release classlib myclasslib alias1"
>
>Sometimes the user wants to open two different classes from the same classlibrary. These classes can be open at the same moment, but also one none of them can be openend. Why isn't it possible to open one classlib twice with 2 different alias names like the following example:
>
>"set classlib to myclasslib alias myclasslib1 additive"
>"set classlib to myclasslib alias myclasslib2 additive"
>
>I need it, because I need to release the classlib when I release my class.
>
>TIA,
>
>Sander Bouwmeester
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform