Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias not Found
Message
De
16/11/1999 12:38:22
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00291515
Message ID:
00291521
Vues:
19
>I have a view that is added to my Data Enviornment(view name is lv_password). If I requery, my query works fine. If I try to use another table by typing in USE TABLEX EXCLUSIVE (this is in a timer), my requery won't work, I get the following message:
>
>Alias not found.
>
>I haven't included TABLEX in my data Enviornment, just my view lv_password. As long as I don't use the word USE everything works fine. My USE TABLEX EXCLUSIVE command is typed in a timer. Does anyone know how to make my view work along with my TABLEX? Help appreciated
>

USEing a table in a workarea that's currently occupied closes the currently-opned thing in that area, and releases the alias. You might either prefix the USE TABLEX with a SELECT 0 to pick a fresh work area, or add the IN 0 clause to the USE to get it to open in an unused work area.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform