Hi all
I have a vb6 exe that runs in the background as a service. It is supposed to run scheduled reports. However when it tries to export a report to a location it doesn't have access to it just crashes with 'access denied'. It doesn't enter the error handler or anything. If this occurs i want the service to continue not crash completely.
How can i trap for this error so it goes on to the next report?
I have error handling around the code but it doesn't even get there?
Transcend
I have a vb6 exe that runs in the background as a service. It is supposed to run scheduled reports. However when it tries to export a report to a location it doesn't have access to it just crashes with 'access denied'. It doesn't enter the error handler or anything. If this occurs i want the service to continue not crash completely.
How can i trap for this error so it goes on to the next report?
I have error handling around the code but it doesn't even get there?
Transcend