Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lost index?
Message
From
17/03/1998 11:50:46
 
 
To
12/03/1998 12:28:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00083934
Message ID:
00085053
Views:
33
>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,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform