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
Difference between Dynaset and Snapshot?
What is the need of tabindex property is label control.
___ Property is used to count no. of items in a combobox.
How would you Create a Query Builder and Explain its uses
Explain about trees structures work.
Difference between DDE and OLE.
Which method is preferred to save data like database to the disk?
Does VB support pointers to functions?
What type of databases you can access through ADO Data Access Object?
What is controls in vb?
What is recordset in visual basic?
What is ado in vb?
How can I create a VBX?
Difference between Recordset and Resultsets.
How many objects resides in ADO ?