KevinBaker
New member
- Local time
- Yesterday, 20:52
- Joined
- Aug 23, 2020
- Messages
- 25
Hi Everyone!
I watched the video today with Tom and Kim about the Global Error Handlers update coming in Northwind 2.2.
My backstory. I starting rewriting (in Access) a 20+ year application written in Paradox about 2 years ago. I was kind of new to Access, so we decided to just use vbWatchdog, which allowed us to get things moving along without worrying about error handling.
The video today really taught me a lot and I'd really like to replace vbWatchdog with what I saw today. Nothing against vbWatchdog, it has worked well, but it's a lot of code I don't understand and I that makes me a bit nervous.
I'm thinking about (over the next few months and once 2.2 is out) to start the process of adding error handling into my code. I think I read somewhere that if a Sub has it's own error handling, then vbWatchdog will let the sub handle any errors.
I just wanted to get some feedback on this plan.
Thanks,
Kevin
I watched the video today with Tom and Kim about the Global Error Handlers update coming in Northwind 2.2.
My backstory. I starting rewriting (in Access) a 20+ year application written in Paradox about 2 years ago. I was kind of new to Access, so we decided to just use vbWatchdog, which allowed us to get things moving along without worrying about error handling.
The video today really taught me a lot and I'd really like to replace vbWatchdog with what I saw today. Nothing against vbWatchdog, it has worked well, but it's a lot of code I don't understand and I that makes me a bit nervous.
I'm thinking about (over the next few months and once 2.2 is out) to start the process of adding error handling into my code. I think I read somewhere that if a Sub has it's own error handling, then vbWatchdog will let the sub handle any errors.
I just wanted to get some feedback on this plan.
Thanks,
Kevin