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

Click here to load this message in the networking platform