Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PJT file is missing or invalid
Message
From
03/01/2007 15:34:14
 
 
To
03/01/2007 15:27:31
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01181947
Message ID:
01181969
Views:
30
>>>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?

forget the previous about stored proc. It's ok
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Previous
Reply
Map
View

Click here to load this message in the networking platform