Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debug project
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Divers
Thread ID:
00219987
Message ID:
00220194
Vues:
37
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform