Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Behavior that is new to me
Message
 
 
À
02/01/2006 13:13:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01082321
Message ID:
01082470
Vues:
10
Grady,

It's a bad idea to reference workareas by number. You should use meaningfull alias or a table name. Something like
* Table name as alias
USE (filename) in 0 
SELECT <table name>
...
* Specifying alias
USE (filename) in 0 ALIAS <whatever>
SELECT <whatever>
>
>I tried your idea, but it didn't fix the trouble. I am wondering if the table name could be the problem. It is a variable in braces.
>
>USE (filename) in 2
>
>is how it is established and
>
>Select 2
>
>is how it is called when the error occurs.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform