Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Supress Index Updating
Message
From
11/09/2000 07:25:04
 
 
To
08/09/2000 19:36:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00414381
Message ID:
00414806
Views:
17
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform