What does Query_unload event do in VB? Why we need Form
_unload event?

Answer Posted / amirthraj

Query_Unload event is fired, when the form is actually
preparing for unload. Whereas Form_Unload is triggered when
form is unloaded. It's possible to stop the form unload
from Query_Unload event by setting its Cancel argument to
True.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1154


How would you create properties in ActiveX Control?

1447


Explain the creation project schedule.

598


Parts of ODBC?

1468


How can I call a 'hidden' DOS program from VB?

1034






what are the Differences between ActiveX Control and Standard Control?

3127


Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?

1166


What is the difference between change event in normal combobox and dbcombobox?

1798


How do I implement an accelerator key for a text box?

1076


Is it possible to Manipulate data through flexgrid? Explain.

1572


what are the Types of Resultsets?

1671


How would you attach pictures in column headers of List View Control?

1665


What are the types of Error? In which areas the Error occurs?

1646


How can you filter out specific type of file using file system controls?

1411


How to down load image properties.

621