Hi,
I have a grid application and on the toolbar I have a php button. Under that button is about 1000 lines of code creating an xml file and posting it to the taxation authorities.
The problem I have is that when I click on the button, it can take a few (swell about 10) seconds to process. I tried to run a “spinner” in some html code at the very beginning of the code, but it is not executed until all of the code is processed. I just wanted to alert the user that it is working, and not frozen.
I have placed a number of echo statements in the code, but once again, they do not display until the last line has been processed.
Can this limitation be resolved? Can I alert the user that it is working, and they just have to wait?
Thanks
Tony