The project that I have been working on for some months loads fine in
the vfp 9 ide. It looks like all the forms and code are present.
When I try to build the project it says the memo file, name.pjt, is
missing or invalid. I see that yes, the file is present where it
should be. Is there some way that I can regenerate this file?

Re: project file by Man-wai

Man-wai
Wed Aug 09 20:15:39 CDT 2006

Noah Sombrero wrote:
> The project that I have been working on for some months loads fine in
> the vfp 9 ide. It looks like all the forms and code are present.
> When I try to build the project it says the memo file, name.pjt, is
> missing or invalid. I see that yes, the file is present where it
> should be. Is there some way that I can regenerate this file?

What happened when you opened the project file directly?

close all
use /path/to/name.pjx

--
SoftMedia Technology Co., Ltd.
Website: http://www.softmedia.hk Tel: (852)2743 4228
* TryEasy Accounting/POS/Trading/ERP solutions

Re: project file by Fred

Fred
Wed Aug 09 20:22:41 CDT 2006

Just create a new project, it sounds like your original one is corrupted.

Once you create the new project and put in your main .PRG file, it should be
able to pull in the rest automatically when you rebuild.


--
Fred
Microsoft Visual FoxPro MVP


"Noah Sombrero" <sombrero@mm.st> wrote in message
news:cmtkd25dm7auipgrs15khruhcg51kpfod5@4ax.com...
>
> The project that I have been working on for some months loads fine in
> the vfp 9 ide. It looks like all the forms and code are present.
> When I try to build the project it says the memo file, name.pjt, is
> missing or invalid. I see that yes, the file is present where it
> should be. Is there some way that I can regenerate this file?
>



Re: project file by Noah

Noah
Wed Aug 09 20:50:19 CDT 2006

On Thu, 10 Aug 2006 09:15:39 +0800, Man-wai Chang <info@softmedia.hk>
wrote:

>Noah Sombrero wrote:
>> The project that I have been working on for some months loads fine in
>> the vfp 9 ide. It looks like all the forms and code are present.
>> When I try to build the project it says the memo file, name.pjt, is
>> missing or invalid. I see that yes, the file is present where it
>> should be. Is there some way that I can regenerate this file?
>
>What happened when you opened the project file directly?
>
>close all
>use /path/to/name.pjx

use name.pjx gets no response from the ide. After closing vfp with no
open projects, it will not open the project within itself. I got it
going again by rightclicking on name.pjx and choosing open with from
the menu.