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

which arguments will be used to run a executable program in shell function ?

1 Answers  


Difference between ByRef and ByVal?

1 Answers  


What is the difference between adodc and adodb in vb?

0 Answers  


Why is it not good to use a variant data type?

2 Answers  


What do you mean by provider?

0 Answers  


What are the rules which should be followed while naming a variable in VB?

0 Answers  


To validate a range of values for a property whenever the property values changes,which type of property procedure you use?

1 Answers  


what is the Property used to add a menus at runtime?

0 Answers  


What is OLEDB?

0 Answers  


What is rdo in vb?

0 Answers  


How would you find out the value property in Slider Bar Control?

0 Answers  


How would you create properties in ActiveX Control?

0 Answers  


Categories