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
How to load and unload child forms.
what is the Property used to add a menus at runtime?
What is executenonquery in vb net?
Explain the differences between ActiveX Dll and ActiveX Exe?
What is the use of Hyperlink control for DHTML applications?
How can you get selected file from file system Control?
Is it possible to change menu runtime using API? If yes? Specify the function names.
To find the current recordposition in data 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?
Is it possible to Manipulate data through flexgrid? Explain.
Is there any Edit method in ADO Data Access method?
What is the use of OLE?
What is the use of Visual Basic Document file?
Explain the "cursortype" and "Locktype" in VB?
With in the form we want to check all the text box control are typed or not? How?