What is the difference between queryunload and unload in form?
Answer Posted / supriya sinharoy
a) Unload is the last event to occur before a form set or
form is released.That means Unload occurs after the Destroy
event and after all the
contained objects have been released. In
addition, Unload occurs depending on the type of object.
b) Queryunload occurs before a form is unloaded.
That means the QueryUnload event occurs before the Destroy
event.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which method is preferred to save datas like database?
Explain the usage of Web Browser Control?
What is the use of progress Bar Control?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
What is the default workspace?
Write the Steps in Creating an ActiveX Control?
Differentiate between DAO,ADO and Adodc as in data access objects?
what are the types of LockEdits in DAO?
How do I prevent multiple instances of my program?
what are the Differences between ActiveX Control and Standard Control?
What is ado data control in vb?
I have several megabytes of memory. Why do I get an "out of memory" error?
What is the difference between adodc and adodb in vb?
What is the use of OLE?
1s it posible to Create Tables Through Querydef?