Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clear classlib doesnt close .vcx ???
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00777408
Message ID:
00777426
Views:
9
Hi Victor,
You are not alone...
I asked these in the past - why CLEAR CLASSLIB does not work, and why cannot you check what classes are in memory, or why are they left in memory after an exe exits. It may not be related (but I feel it is), from time to time our users get forms (.scx/.sct) in use when running .EXE files with the forms included. We are still looking for answers...
We have this code in a .prg to clear classes from memory, in development:
dimension laClasses[1]
store '' to laClasses
avcxclasses(laClasses,'theClassLib')
lnAlen = alen(laClasses)
for lnCount = 1 to lnAlen step 11
    clear class (laClasses[lnCount])
endfor
Doru
Previous
Reply
Map
View

Click here to load this message in the networking platform