Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 114 Index Does not Match (on a cursor)
Message
De
04/06/2003 03:44:40
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Error 114 Index Does not Match (on a cursor)
Divers
Thread ID:
00796020
Message ID:
00796020
Vues:
85
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform