Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 114 Index Does not Match (on a cursor)
Message
From
04/06/2003 03:44:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Error 114 Index Does not Match (on a cursor)
Miscellaneous
Thread ID:
00796020
Message ID:
00796020
Views:
86
Hi am getting occaional errors of type 114 index does not match the table.
I know about this error in its standard form but the twist is that they
happen on a local cursor...

The cursor is created with
CREATE CURSOR WORKMEAS FROM ARRAY...
INDEX ON Logorder tag logorder
cursorsetprop("buffering",5)

- then a lot of different stuff happens (ediiting on the cursor in a grid..)
- save is pressed...

Then code like this happens:
DO WHILE NOT EOF()

SKIP
ENDDO

The above skip triggers the error..

Has anyone seen this problem or can propose a possible cause?
BR
Tim
Next
Reply
Map
View

Click here to load this message in the networking platform