Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
'File does not exist'
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00688922
Message ID:
00688998
Vues:
9
>Hi,
>
>When does the file does not exist error occur? I have a program, that tries to open a table when the user executes the program. The program gave the error "c:\Mytable.dbf' does not exist. MyTable.dbf was there on the C drive and Set("Default") and Set("Path") RETURNED "C:\". But the C Drive had a very old version of the table with a totally different structure.
>
>Could this be the problem?
>
>Ria

Maybe think in the direction of an implied Index file which can't be found;
The old table could have a structural Index (look with Modify Structure) while the CDX has gone, or the USE MyTable Index MyIndex may try to find the Index on C: where it does not exist.
Lastly I know of curiosities on locating the Index files when the DBF is not found in the current dir but somewhere down the line of a path.

HTH,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform