Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debug project
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Miscellaneous
Thread ID:
00219987
Message ID:
00220194
Views:
38
>I have a project that includes hundreds of screens, reports, tables, and programs. I changed added two character fields on a table, wrote two new reports, and one new screen. Now when I try to rebuild the app I get the error message "Memo file is missing or invalid". How do I overcome this?
>
>Thanks
Hi Jim,

Two suggestions. First, check the "Rebuild All" check box. If that fails, the try the following:

Open the project as a table (i.e. USE MYPROJ.PJX)
Next fill array with the field definitions (i.e. = AFIELDS(a_fields)
Create a cursor from the array (CREATE CURSOR FOO FROM ARRAY a_fields)
Append the original project to the cursor (APPEND FROM MYPROJ.PJX)
Copy the cursor to a table (COPY TO NEWPROJ.PJX).

Finally, open the NEWPROJ.PJX, check the re-build all check box and, once everything's fixed, you can delete the corrupted project and re-name the new one.

hth,
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform