How does the following statements work?
On Error Goto Err_Handler
Answer Posted / sundarraj v.
On Error Goto Err_Hanler_A
When error occuring on any line inside the
function/subroutine, it skip the execution of other lines
and will goto the label Err_Hanler_A.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of command Object?What are the various types of variables?
____ is the difference between Listindex and Tab index.
What is data control in vb?
What are 3 main differences between flexgrid control and dbgrid control?
how to use telugu language in vb6? any unicode data is available for telugu or not?yes means how to use? my desired output is telugu only? i am doing project like(telugu calendar),my output should be print in telugu only? pls send me the solution with code?
Recordset object consists what?
what is the Property used to add a menus at runtime?
What is the use of Tabledef?
State about the different types of visual basic data?
How can you save and Get data from Clipboard/ Recordset object consists what?
What is shortcut menu and explain "The ole control's shortcut menu".
Is it posible to Create Tables Through Querydef?
what is the Difference between Tabletype and Snapshot?
What is form in visual basic?
How would you add elements in TreevieW Control?