Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Why?
Divers
Thread ID:
00676027
Message ID:
00676458
Vues:
17
This message has been marked as the solution to the initial question of the thread.
Borislav,

Drop the OF ... in your index commands. Using this causes the resulting indexes to be "non-structural" and this is what is causing the errors. A structural index has the same name as the DBF file that it indexes. You are using the "alias" name of the cursors and these are NOT the same as the dbf file names. Dropping the OF syntax will cause VFP to create structural indexes.

To see what I mean try this;
SELECT NuNch
?DBF() && this will display the dbf file name and you will see that it is NOT NuNch
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform