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 are the Types of LockEdits in RDO?
How do I implement Undo?
What do you mean by provider?
what is the Difference between Linked Object and Embedded Object?
How can you Navigate from the DHTML application to another DHTML application? .
Why doesn't "my string" & Chr$(13) do what I want?
Types of LockEdits in RDO.
what are the Types of Resultsets?
What language does visual basic use?
What is the use of Scalewidth and ScaleHeight Proeperty?
How would you attach pictures in column headers of List View Control?
What is ado data control in vb6 0?
In which areas the Error occurs?
To populate a single column value which dbcontrols you to use?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?