Results 1 to 4 of 4

Thread: unload a form

  1. #1

    Thread Starter
    Registered User
    Join Date
    Jul 2001
    Location
    israel
    Posts
    81

    unload a form

    when ever i try to unload a form i get this error what does it means ?

    Name 'Unload' is not declared.

    what should i do ?

    10x

  2. #2
    Addicted Member
    Join Date
    Jul 1999
    Posts
    207
    The unload method has been removed and the computer thinks that you are trying to use a variable or user mande function/sub.

    The new way to unload a form is to invoke the close method.
    Try and use Me.Close

    Jeremy

  3. #3
    Lively Member
    Join Date
    Feb 2000
    Posts
    120
    i m not trying to close the form from itself i m trying to close it from a module or another form .
    should i just write frm.close ?
    shachar shaty

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    yes

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