Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Source is out of date ???
Message
De
06/02/2004 16:47:03
 
 
À
06/02/2004 12:55:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00874025
Message ID:
00875022
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform