Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lost index?
Message
 
 
À
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:
00085053
Vues:
37
>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.
>

The second example is what I'm doing.

Thanks,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform