Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
USE command gets File not found
Message
De
16/08/2007 18:37:38
Mike Yearwood
Toronto, Ontario, Canada
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01248623
Message ID:
01248698
Vues:
37
>Specifying the full path is a possibility, however, this form has worked in another vfp9 application with this code. It also has worked in vfp7 applications. Why do some tables process correctly and others do not?
USE (m.lcDBF) in SELECT(1) ALIAS RndxDBF EXCLUSIVE
Perhaps you mean to open every table aliased as RndxDBF? If so, you should use
USE (m.lcDBF) in SELECT(SELECT("RndxDBF")) ALIAS RndxDBF EXCLUSIVE
SELECT RndxDBF
If you still get an Alias not found, look in the cdx tags. Don't use aliases in the cdx tags.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform