Hi,
I have developed a program which does a couple of things like Connecting to the database, Building the query according to the selection of the user, Processing the query and finally generating the report. I want to display the program status. Sometimes it take a very long time to complete the operation and the users think that its stuck.
I tried putting a form with a label that changes accordingly as the program passes through the various subs. All I get is a sort of transparent form and only displays the last operation i.e. in my case " Generating the Report"
Is there anyone who can get me out of this...
Thanks in advance.
Qureshi
I have developed a program which does a couple of things like Connecting to the database, Building the query according to the selection of the user, Processing the query and finally generating the report. I want to display the program status. Sometimes it take a very long time to complete the operation and the users think that its stuck.
I tried putting a form with a label that changes accordingly as the program passes through the various subs. All I get is a sort of transparent form and only displays the last operation i.e. in my case " Generating the Report"
Is there anyone who can get me out of this...
Thanks in advance.
Qureshi