Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Source is out of date ???
Message
From
06/02/2004 16:47:03
 
 
To
06/02/2004 12:55:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00874025
Message ID:
00875022
Views:
17
Ulises,

If VFP is indicating source out of date, it is finding that the compiled code does not match the source code. To see what VFP is using, Try ?locfile("yourprog.fxp") and ?locfile("yourprog.prg") , substitute the appropriate program name for yourprog. That should show you where it is finding the compiled code and source code. If either just pops up a "find file" dialog, it is using the compiled code from memory, in which case CLEAR PROGRAM, then recompile the program in question and/or rebuild the exe with recompile all files option checked should solve the problem.

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform