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
Is it possible to Access BackEnd procedures?
When/Why should I use Option Explicit?
What is visual basic used for?
Clear property is available in ____,___ control.
What is the use of progress Bar Control?
What is ActiveX? Explain.
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
How would you add elements and pictures to listitems in listview control?
I have several megabytes of memory. Why do I get an "out of memory" error?
Advantage of ActiveX Dll over Active Exe.
How can I access a record by record number?
Differentiate between DAO,ADO and Adodc as in data access objects?
What is "Reserved Error -1209"?
What is meant by Establish Connection in RDO?
How many objects resides in ADO ?