Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Supress Index Updating
Message
De
11/09/2000 07:25:04
 
 
À
08/09/2000 19:36:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00414381
Message ID:
00414806
Vues:
16
>>I know this is not a problem when I am changing the entire table, I just turn off the index and scan the entire table. However I now have a request to allow changes from the current record to the end, based on the current order.
>
>
>You can't suppress the indeces from being updated. Try this code:
>
>SEEK SomeValue
>DO WHILE FOUND()
> REPLACE SomeField WITH SomeValue
> SEEK SomeValue
>ENDDO

Thanks. This is simpler than the work around I had devised.
Best Regards
Don Simpson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform