|
-
Apr 16th, 2002, 01:06 PM
#1
Thread Starter
Hyperactive Member
Unload and Query_Unload
What is the difference between those two events? If I want to save my data in a DB when the user close the form is it better to put it a the query or the unload? thanks
-
Apr 16th, 2002, 01:12 PM
#2
As someone corrected me earlier today.. It's best to put it in QueryUnload
QueryUnload happens before Unload which is before Teminate...
-
Apr 16th, 2002, 03:31 PM
#3
At a deeper level, QueryUnload is triggered before any actions take place, and Unload is triggered right before the from is removed from the screen. Another difference is that QueryUnload is triggered in every form (before any unloadeding is done) whereas Unload is triggered as each individual form is unloaded.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|