Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK & FOUND() b(@.@)d ????
Message
 
To
10/10/1999 00:33:49
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00274673
Message ID:
00274734
Views:
25
Hs,

Sounds like you have buffering (row) on for that table. With row buffering you replace the field and deleted the record (in the buffer) then you SEEK and find the original record, but the SEEK moved the record pointer and forced VFP to do an implicit TableUpdate and write the new data to the table. Your next SEEK fails because the table has now been updated and no longer has the value you are seeking.

Follow the REPLACE with a TableUpdate(0,.F.,"TheAlias") and this problem will go away.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform