what is the Difference between Query unload and unload in
form?
Answer Posted / guest
Occurs before a form or application closes. When an MDIForm
object closes, the QueryUnload event occurs first for the
MDI form and then in all MDI child forms. If no form
cancels the QueryUnload event, the Unload event occurs
first in all other forms and then in an MDI form.
When a child form or a Form object closes, the QueryUnload
event in that form occurs before the form's Unload event.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How would you add elements in TreevieW Control.
what are the Types of LockEdits in RDO?
What is script control?
What is OLEDB?
How do you create a form in visual basic?
Why API functions are Required?
What is ado data control in vb6 0?
It possible to call OLEDB's Features directly in VB without using any control?
what are the Default cursor Type and LockEdit type in DAO?
What are 3 main differences between flexgrid control and dbgrid control?
Difference between Linked Object and Embedded Object?
What is file in vb?
Is it posible to Create Tables Through Querydef?
What is datagrid in vb net?
Draw Sequence Modal of DAO? Explain.