Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PJT file is missing or invalid
Message
De
03/01/2007 15:27:31
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01181947
Message ID:
01181965
Vues:
24
>>I'm trying to rebuild my EXE from a project that was previously in VFP7SP1
>>
>>VFP 9 gives me the error message "PJT file is missing or invalid"
>>
>>I have'nt changed a thing in that project.
>>
>>What should I do?
>
>If you can open that project in VFP7 I thing you have SET TABLEVALIDATE problem :-)
>Try in command window (make a GOOD backup first):
>
>lnOldVal = SET([TABLEVALIDATE])
>SET TABLEVALIDATE TO 0
>USE YourProject.PJX EXCLUSIVE
>PACK
>PACK MEMO
>REINDEX
>SET TABLEVALIDATE TO lnOldVal
>
>I am not sure if this will change anything :-)

This solved the current problem. But there are lines of code missing in the stored procedure. Any idea why this could be?
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform