What does Query_unload event do in VB? Why we need Form
_unload event?
Answer Posted / amirthraj
Query_Unload event is fired, when the form is actually
preparing for unload. Whereas Form_Unload is triggered when
form is unloaded. It's possible to stop the form unload
from Query_Unload event by setting its Cancel argument to
True.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to load and unload child forms.
How the image application?
what are the Types of LockEdits in RDO?
What is activex control in vb?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
Explain about manipulating the recordset object
In which areas the Error occurs?
___ is the control used to call a windows application.
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
How would you create your application in DHTML?
Explain Default cursor Type and LockEdits type in RDO?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
What is connection object in vb net?
What is ODBC Direct and Microsoft Jet Database Engine ?
How many ways we can access file using VB?