I have an intranet application that goes to a form after the logon page. On the form, is a button that the user can select to download a file. This file is very big and it works fine but if the user trys to do anything while the download is taking place it blows up. I have put a download message box in the functionality while the download is taking place. The problem is that when the download is complete the msgbox remains on the screen. Is there a way to pass the object so the msgbox knows when the download is complete? Or is there a function that I can use that I can pass the parameters so it knows when the download is complete?
If any one has had this problem and has found a good solution, please let me know and I will be in your gratitude. Or if there is a better way to solve, I am all ears. Thanks a head of time.
If any one has had this problem and has found a good solution, please let me know and I will be in your gratitude. Or if there is a better way to solve, I am all ears. Thanks a head of time.