Results 1 to 3 of 3

Thread: Unload and Query_Unload

  1. #1

    Thread Starter
    Hyperactive Member maxl's Avatar
    Join Date
    Jan 2002
    Location
    Montréal
    Posts
    384

    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
    COBOL sa suce !!!

  2. #2
    joan_fl
    Guest
    As someone corrected me earlier today.. It's best to put it in QueryUnload

    QueryUnload happens before Unload which is before Teminate...

  3. #3
    Megatron
    Guest
    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
  •  



Click Here to Expand Forum to Full Width