|
-
Oct 6th, 2002, 01:07 PM
#1
Thread Starter
Registered User
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
-
Oct 6th, 2002, 02:07 PM
#2
Addicted Member
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
-
Oct 7th, 2002, 02:17 AM
#3
Lively Member
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 ?
-
Oct 7th, 2002, 03:20 AM
#4
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
|