I've written a program in VB6 using the CR 8.5 RDC to automatically run and export as PDF files a number of reports on a fixed schedule after normal business hours. I purposely avoided using message boxes to display errors since the program runs completely unattended and I didn't want it to hang up waiting for a response. The problem I'm having is that occasionally a data error in one of the SQL tables will cause the CR SQL database driver to throw an error message of its own, hanging the program until the next day when someone can clear the message by clicking the OK button.
Is there any way I can suppress these database driver error messages?
Thanks in advance for any suggestions...
Brad
Is there any way I can suppress these database driver error messages?
Thanks in advance for any suggestions...
Brad