I have developed a database that often has to process and calculate many sales records at one time - up to 20,000. While this processing is under way there is sometimes a considerable pause or time when nothing appears to be happening from the user's point of view.
What is the best way to show some sort of processing indication so that the user knows that something is actually happening?? For example when you wait for a web page to load you see the progressing blue line or when you copy large files you see the page moving from one folder to another.
How can I do something similar in my database, at present I am using a message at the end of the processing but this does not indicate anything to the user while the processing is actually occurring and they may think that nothing is happening.
Any ideas would be appreciated.
What is the best way to show some sort of processing indication so that the user knows that something is actually happening?? For example when you wait for a web page to load you see the progressing blue line or when you copy large files you see the page moving from one folder to another.
How can I do something similar in my database, at present I am using a message at the end of the processing but this does not indicate anything to the user while the processing is actually occurring and they may think that nothing is happening.
Any ideas would be appreciated.