what is the Difference between Query unload and unload in
form?



what is the Difference between Query unload and unload in form?..

Answer / 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

More Visual Basic Interview Questions

What can you do with visual basic?

0 Answers  


What is the difference between Object and Class?

2 Answers  


How many nuber of controls are there in form?

1 Answers  


which collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol?

1 Answers  


which Property is used to count no. of items in a combobox?

1 Answers  






___,___ arguments will be used to run a executable program in shell function

0 Answers  


What is dao in vba?

0 Answers  


Explain about creating VB applications in excel?

0 Answers  


How would you map properties to controls by using ActiveX Control Interface Wizard?

0 Answers  


What are the types of API Types?

3 Answers  


What is OLEDB?

0 Answers  


How can you Implement windows functionality in VB?

0 Answers  


Categories