Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record is in use message - only user on system
Message
From
11/09/2000 20:19:39
 
 
To
11/09/2000 19:51:09
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00415204
Message ID:
00415209
Views:
15
VFP relations between cursrs do not work well with buffering mode. This because they use physical indexes, that will not be updated for buffered tables until you use tableupdate() function. I don;t know however, why you receive locking errors, but I suggest because buffered record was not updated automatically when you moved to next record in alias.
To remove any buffering, just set buffering mode to 1. Use "cursorsetprop('Buffering',1,'alias')" function for this. Should work fine, AFAIK from experiense with FoxPro 2.6 where I used such relations very often.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform