My report generation takes a beginning date and ending date parameter in the form header. The narrow date range reports are pretty quick so after the btnGenerateReport in my form header gets triggered its no problem. I see now that wide date ranges are causing a problem with delay. The btnGenerateReport is clicked and there is a many second delay on the form before the "Loading" message is displayed by VS. How should I manage this apparent dead time such that the user does not think nothing is happening? Since the date ranges vary much, I don't have a set amount of time to put is some wait/sleep/timer. *If the VS "loading" popup would occur immediately after the button click I would not have a problem.
Thank you for your time.
Thank you for your time.