Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record is out of range
Message
From
27/06/2004 08:55:24
 
 
To
27/06/2004 04:59:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00917685
Message ID:
00917700
Views:
7
>I get this error message eve after the reindex, some one can help me?

Chaim,

Make sure that you are indexing the right table. Sometimes you see the error and the program is not looking at the table you think Just trace through the code (Set Step On) and make sure.

Second, don't use REINDEX. Use INDEX ON instead. Reindex needs to read the indexing information fromthe header. This may be corrupted so you do not get to fix the problem. With INDEX ON you supply the needed parameters soyou rebuild the index from scratch.

HTH


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Reply
Map
View

Click here to load this message in the networking platform