Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PJT file is missing or invalid
Message
 
To
03/01/2007 15:00:56
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01181947
Message ID:
01181951
Views:
26
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform