Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PJT file is missing or invalid
Message
 
À
03/01/2007 15:00:56
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:
01181951
Vues:
27
This message has been marked as the solution to the initial question of the thread.
>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 :-)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform