Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tableupdate Help
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00220564
Message ID:
00220565
Views:
24
>Here is my problem:
>
>When a user shuts down the application, sometimes (not all the times) I keep getting the error 1585 Update conflict.
>
>Obviously, I'm not updating or issueing a TABLEUPDATE somewhere, which I'm trying to track down, but is there a way to scan all the tables/views that may be open, and then I can loop through them and determine if I need to issue a tableupdate() or not?
>
>Thanks
>Kirk

In my form class, I have a method called UpdateTables. This method loops through all open tables checking for updatability [i.e., buffering enabled]. Then I start checking to see if any updates are needed [GetNextModified()]. I am sure many developers use some variation of what I do, but basically, the code accomplishes the same task.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform