I recently wrote a small app that runs a Crystal Report, exports it to a file, and emails it to a fax client which faxes it out. This is written in VB6 using Crystal 8.5.
I have a strange problem where the application locks up VB after it has completed its execution. Basically, I press the GO button, it does all the processing properly, and the emails are sent out successfully. I stepped through the code and everything in it executes properly. I get down to the End Sub line. Upon "executing" this line, VB locks up completely.
I have let it sit for about 20 mins expecting something to happen but invariably must end the task.
Does anyone have any suggestions as to what to look for to fix this?
Thanks for any help!
I have a strange problem where the application locks up VB after it has completed its execution. Basically, I press the GO button, it does all the processing properly, and the emails are sent out successfully. I stepped through the code and everything in it executes properly. I get down to the End Sub line. Upon "executing" this line, VB locks up completely.
I have let it sit for about 20 mins expecting something to happen but invariably must end the task.
Does anyone have any suggestions as to what to look for to fix this?
Thanks for any help!