What is the difference between queryunload and unload in form?
Answer Posted / 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 |
Post New Answer View All Answers
How to control the file?
What is ODBC Direct and Microsoft Jet Database Engine ?
Types of LockEdits in DAO?
what controls have you used in your project?
What is the use of Hyperlink control for DHTML applications?
Which method is preferred to save datas like database?
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
Types of cursors in DAO?
How to load and unload child forms.
i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).
How do I change the color of a form in visual basic?
What is the use of Visual Basic Document file?
which property of menu cannot be set at run time.
Is the Variant type slower than using other variable types?
Why does everybody say I should save in TEXT not BINARY?