Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Source is out of date
Message
From
18/11/2004 22:17:20
 
 
To
18/11/2004 20:13:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
00962867
Message ID:
00962882
Views:
7
>HELP!
>
>In the middle of my VFP session, with things behaving normally, I added a single line of code to a PROC, which is one of many in a PRG. The code had an error (of course, I only added one line ...) so it blew up. Since then, I have been disabled by the following behavior.
>
>In the code window of the debugger I got "Source is out of date", and since then I've gotten nowhere. I have modified the code, deleting the offending line. Re-running still aborts at the same place, with the same "source is out of date" message.
>
>I have run COMPILE on the PRG; I have put an error into a different PROC in the PRG so that I would encounter a different error, and earlier; I have exited VFP and tried again; I have restore the PRG from last night; I have re-booted.
>
>Nothing changes the effect ... I keep bombing at exactly the same place no matter what I do!
>
>Anybody got any suggestions??
>
>HELP!?!

Try CLOSE ALL, CLEAR ALL, then Delete all .FXP files that have the same name as the program, if it is in an EXE project, rebuild with "recompile all files" checked. That will force VFP to recompile the program instead of running the compiled program or running a version that is residing in memory.
Previous
Reply
Map
View

Click here to load this message in the networking platform