Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scan Misbehavior
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01315117
Message ID:
01315132
Views:
25
You're welcome.

>That's exactly what happened. Thanks.
>
>>It would happen if index on the cursor is set to bondky. The REPLACE will effectively change position of the record in the index causing behavior you describe. SET INDEX TO will fix it. Also it can be done with UPDATE command
>>
>>UPDATE curRedemptions ;
>>		SET bondky = bond.ky ;
>>	FROM curRedemptions JOIN bond ON bond.proj = curRedemptions.Project 	
>>
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform