Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lost index?
Message
De
12/03/1998 12:28:07
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00083934
Message ID:
00084200
Vues:
23
Michelle, if you're getting an error that it can't find a variable "tname", then I suspect you're using a literal for the index name instead of passing it as a character string--or vice versa. You don't give the code that generates the error, so as an example:

LOCAL tname
tname = 'byID'
SET ORDER TO (tname)

is different from

SET ORDER TO tname && where tname is literally the name of the index.

>I'm having a wierd error come up. When I check the errorlog, it says it can't find the variable "tname". Tname is an index. I did a modify structure on the table, and confirmed that the index is still there. This was working just fine before. Do you know any reason it would suddenly stop recognizing the index? What can I do to prevent this?
>
>Thanks,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform