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

How to trap Data Base Error?

1 Answers  


What is Parser Bug?

0 Answers  


Can you tell me the properties of the controls?

0 Answers   Satyam,


Why does everybody say I should save in TEXT not BINARY?

0 Answers  


How can you Implement windows functionality in VB?

0 Answers  






What is ODBC?

2 Answers   Satyam,


Draw Sequence Modal of DAO? Explain.

0 Answers  


Does VB support pointers to functions?

0 Answers  


Difference between Recordset and Querydef?

2 Answers   3i Infotech, IBM, TCS,


What type of databases you can access through ADO Data Access Object?

0 Answers  


What is passing by reference?

1 Answers  


What is the use of Data Form Wizard?

0 Answers  


Categories