Hi all,
In my form a large number of records are getting processed from different tables. The processing starts, after the user has taken some action.
My problem is, while the records get processed in the background, I want to make the user wait to finish the processing. But the user does not get idea whether the program is running or not. So, I want to simply show some message "Process is going on ... Please wait" or similar to that.
[ It is similar to, when a user gets logged in on a website, some message is displayed to user before teh actual page is displayed. ]
How to write the code for my above query ?