What is the difference between queryunload and unload in form?
Answer Posted / vairamuthu
Query_Unload will execute first when unload the form. We
can stop the execution of the form_Unload method when we
set cancel = 1 in queryunload method.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the types of line styles available in Treeview Control?
what are the Types of cursors in RDO?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
How do I tell when an application executed using the SHELL command is finished?
How would you find out the value property in Slider Bar Control?
How can you get selected file from file system Control?
How would you convert a form into document?
What is "NULL"?
What is file in vb?
How do I program the Novell NetWare API from VB?
What is Internet Explorer and its uses?
What is ActiveX Dll and ActiveX Exe?
What is ActiveX Dll and ActiveX Exe?
What is the use of property page Wizard in ActiveX Control?
With in the form we want to check all the text box control are typed or not? How?