Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set class to / release classlib
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Set class to / release classlib
Miscellaneous
Thread ID:
00806955
Message ID:
00806955
Views:
59
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
Next
Reply
Map
View

Click here to load this message in the networking platform