What is the difference between queryunload and unload in form?
Answers were Sorted based on User's Feedback
Answer / vairamuthu
Query_Unload will execute first when unload the form. We
can stop the execution of the form_Unload method when we
set cancel = 1 in queryunload method.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajnish tyagi
Both events allow the unload to be cancel, however only the QueryUnload event actually provides the cause for the unload - check the UnloadMode parameter for values such as vbFormCode and vbFormControlMenu. More details can be found by looking up the events in your MSDN library.
Is This Answer Correct ? | 0 Yes | 0 No |
what are the Differences between Class Module and Standard Module?
Whether HTML supports multimedia: and document links?
How about Access 2.0 compatibility?
Explain about conditional operators?
____ property of menu cannot be set at run time.
How can you Navigate from the DHTML application to another DHTML application? .
How do I do drag & drop between applications?
Record set object consists of what?
What is disconnected recordset?
How do I set the Windows wallpaper at runtime?
How do I get a bitmap picture in a field in an Access database?
Where can I get updated VB and other Microsoft files?