|
-
September 11th, 2001, 08:38 AM
#1
Visual Basic
What is the difference between form unload and query unlode?
-
September 11th, 2001, 08:48 AM
#2
Re: Visual Basic
QueryUnload is called before Unload and has a Cancel parameter which you can set to true if you want to prevent the form from Unloading (for example if the user needs to save data first or something of that nature). Unload runs it's code and the form Unloads.
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
|