Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On shutdown problem
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00082315
Message ID:
00082381
Views:
37
>I have a large app, many forms/formsets, though only some open at any one time. I have a cleanup prg which runs on shutdown. All is fine except when a there are some unsaved edits in the buffer, and the user closes via the main vfp window (X, icon, menu).
>
>Then I get errors from the buffering, because the shutdown/cleanup runs before the queryunload. What's a good way to deal with this?

Bruce,

In the .Destroy() event of all of my forms, I load up and array of all aliases that were or could have been buffered during form operation. They are run through a loop (in a transaction class) that performs a tablerevert() on each alias flushing all buffers before the form is killed. That would solve your dilemma because then all you need to do is a loop to release the forms and the buffered aliases are automatically taken care of inside the form.

Steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform