Hi, I have some question...
1. How I can let the progress shown on PHP screen, i.e retrieve the process or fields while SQL is working? Not like normal progress bar, but enough like...
Please wait...
querying SQL server...
creating chart...
I tried to put that on code, but it's just not appear on the screen until everything finished.
2. How I can postpone the timer at PHP. I set timers for 30secs, but if the script gets longer because of waiting for SQL Server, the script is just terminated. But I don't want the script to be in loop position forever, so I still need the timer, but want to postpone or pause the timer only when i request some query to SQL Server
3. How I can control table width dynamically, according to columns types. i.e. Qty columns will have less width than total column, and total column width is much less than information or reason column, but still make them fit in one screen (100% width table)
4. How can I make the Header/Detail form that can executes only using enter button?
Well.. that's all I think...
Thank you.


