Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CLEAR PROGRAM problem
Message
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Miscellaneous
Thread ID:
00959881
Message ID:
00959900
Views:
8
Strange - if I wait a little while, it eventually does CLEAR main.prg from memory and I am able to re-compile it! I wonder what's determining when it's released(after a vfp error is encountered)...

>I've implemented the main.prg (contains the main web app logic) as an external prg so that I can change/recompile it without having to unload/restart the web app/IIS. I use these commands in the proxy mtdll to remove main.prg from memory and from being locked:
>SET PROCEDURE TO
>CLEAR PROGRAM main
>
>This works fine. However, when an error is encountered, the program is not cleared for some reason even though I've put the same commands in the ERROR method??? So, it won't re-compile..
>
>BTW,Here's an intresting link on Calvin Hsia's blog site where he's using CLEAR PROGRAM in his VFP web app in a similar way:
>http://blogs.msdn.com/calvin_hsia/archive/2004/06/18/159550.aspx
Previous
Reply
Map
View

Click here to load this message in the networking platform