Where is the best place to put tableupdate when buffering is set to 5? I have a form with four tables and four pageframes. I get errors if placed in the DESTROY event of the pageframe in VFP 8.0; but it runs ok in VFP 9.0.
In addition, put some code in the form's QueryUnload to test for unsaved edits. If these exist, call the Save method to save them (or, better, ask the user's permission first).
The QueryUnload will fire whenever the user tries to close the form interactively, but not if you call the form's Release programmatically.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.