NTSGuru
Programmer
- Jul 25, 2000
- 52
I have a loop that is loading a set of data into a listview on form load. there are times when a piece of data will be unuseable, and it will error out my code. I placed a "On Error Goto HResume" as the first line within my While/Wend loop, where Hresume is the last line in my While/Wend loop.
This works great for the first error, but if there is a second error, it ignores the "On Error Goto HResume" and kills my app.
Does anyone know why this happens, and know of a fix? I have got to be able to have multiple error handles in a loop in this routine!
TIA
Fred
Follow
This works great for the first error, but if there is a second error, it ignores the "On Error Goto HResume" and kills my app.
Does anyone know why this happens, and know of a fix? I have got to be able to have multiple error handles in a loop in this routine!
TIA
Fred
Follow