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
Why can't I use an index with my VB accessed database?
How can Visual Basic be used for server-side scripting?
DHTML Is used for what?
How do you avoid the "Invalid use of null" error when reading null values from a database?
How would you add column headers in listview control?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
____ is the difference between Listindex and Tab index.
How do I play MID, WAV or other multimedia files?
What is the use of NEW Keyword? Explain.
Data Control missing from toolbox when I use VB under NT3.5. Why?
How can you Navigate from the DHTML application to another DHTML application? .
Types of LockEdits in DAO? 51 .Types of Recordsets.
Explain about trees structures work.
Draw Sequence Modal of DAO and Explain?
Types of cursors in RDO.