03-26-2008, 10:18 AM
What is the difference between 'On Error GoTo 0' and 'Err.Clear'
What is the difference between 'On Error GoTo 0' and 'Err.Clear'
|
03-26-2008, 10:18 AM
What is the difference between 'On Error GoTo 0' and 'Err.Clear'
04-06-2008, 01:07 PM
"On Error GoTo 0" disables error handling if you have previously enabled it using On Error Resume Next.
err.clear--- this clears property settings of the er object. you can get more details in QTP help section
Want to fast track your QTP/UFT Learning? Join our UFT Training Course
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
programmatically clear cache | Monika | 3 | 9,515 |
11-15-2011, 12:35 PM Last Post: Munna.Sarfraz |
|
how to clear an entered value in a textbox | padmini | 2 | 19,439 |
09-23-2011, 03:23 PM Last Post: padmini |
|
Clear input field before entering text | janriis | 1 | 5,926 |
08-13-2009, 05:53 PM Last Post: basanth27 |
|
How do you clear default values of java edit box contained within a java table? | shiraz | 2 | 6,238 |
12-18-2008, 10:10 AM Last Post: shiraz |
|
Difference between checkpoints and outputvalues | satyadon | 1 | 4,332 |
10-21-2008, 11:02 PM Last Post: satyadon |