Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I release a class
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00036657
Message ID:
00036826
Views:
34
Tim,

Clarifying my previous, it was not written "just for kicks". It was written to inform you that *IF* you were issuing a "RELEASE CLASS xxxxxx", then there appears to be no such valid command, and the command you wanted was most likely "RELEASE CLASSLIBxxxxx".

You might try RELEASE CLASSLIB myclass && without the IN clause

to see if you get better results.

good luck,
Jim N

>>>Tim,
>>>
>>>I assume a typo, and that you are actually issuing . . .
>>>
>>> RELEASE CLASSLIB myclass IN myapp
>>>
>>>Alternatley, you may come up with something in the KnowledgeBase.
>>>
>>>Good luck,
>>>Jim N
>
>Just for kicks, I tried RELEASE CLASSLIB myclass IN myapp. I still get the same error. I tried search the knowledgebase, and it it did not address this problem. Thanks anyway.
>
>>probably not your problem, but if you are modifying a form that has any objects stored in 'myclass', you'll get that error.
>
>I not modifying any forms. I do not have any active instances (via CREATEOBJECT()) of any class from myclass. Below is a list of commands I have tried:
>
>clear all
>close all
>release all
>set classlib to
>clear program
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform