Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 Index Tag Not Found error
Message
From
24/08/1998 18:04:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
VFP6 Index Tag Not Found error
Miscellaneous
Thread ID:
00129491
Message ID:
00129491
Views:
57
I have run in to this error with all versions of VFP6 to date, latest MSDN 8/98 version. I code and execute the following and get an Index Tag Not Found Error.

use A
set order to taga
sele 0
use b
set order to tagb
scan
.
.
if seek(variable, 'A')
do ...
endif
.
.
endscan

At the point of the SEEK(variable....), I get the tag error. So far, when the solution appears to be inserting the following immediately before the seek, SET order to taga in A. Problem gone.

Any thoughts. The original code runs without problem in FPW 2.6 and VFP5.0a, as I remember.
Next
Reply
Map
View

Click here to load this message in the networking platform