Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleting fxp's in startcb
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Deleting fxp's in startcb
Miscellaneous
Thread ID:
00166798
Message ID:
00166798
Views:
55
I don't like the idea of getting bit by a prg not re-compiling into an fxp and an outdated fxp staying in place. I know this is a FoxPro issue, but what can we do in MM? Can I put the following lines in my startcb.prg to try to cut down on this problem? Thoughts? Ideas? I probably need to do this for screens also huh? I know this causes them to re-compile everytime after I run STARTCB.PRG, but I prefer that over getting bit by an outdated .fxp. Is there any reason why I would not want to do this?

Following code into startcb.prg?

delete file D:\CDBK30\COMMON30\libs\*.fxp
delete file D:\CDBK30\COMMON30\progs\*.fxp
delete file D:\CDBK30\COMMON30\utils\*.fxp

(Where TRACKING is my specific projects directory)

delete file D:\TRACKING\libs\*.fxp
delete file D:\TRACKING\progs\*.fxp
delete file D:\TRACKING\utils\*.fxp
Todd J. Albers
Enterprise Florida Inc.
Next
Reply
Map
View

Click here to load this message in the networking platform