I have an InfoMaker report that gets results from a stored procedure, but this procedure stalls for a few seconds (intentionally) before returning the result set. When I run and view the report, this causes the PowerBuilder application to freeze until the procedure returns.
I have seen other reports that take a long time to run display a status bar inside the application before the procedure completes and the report is displayed. Is there something I should do in my InfoMaker report or T-SQL procedure to make this happen?