Results 1 to 2 of 2

Thread: Form Unload

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 1999
    Location
    belgium
    Posts
    74

    Lightbulb

    Whats the difference between
    form_unload
    form_queryunload
    form_terminate
    form_deactivate?


    Thanks

    deju

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    unload

    Event occurs when the form is actually unloaded from memory

    queryunload

    When you are "about" to unload this is run. If you set the Cancel parameter then it will actually "abort" the unload from happening. So you are "querying to unload"

    terminate

    NOt 100% sure but I think it is before the form is unloaded

    deactivate

    You can hide forms and then re-show them. The deactivate happens when you hide the form I think.

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