Hi folks
Long time reader, first time poster.
I've got a situation where a report, which contains a lot, and I mean a lot, of calculations, based upon 3 separate queries (for reasons too complex to discuss they must remain separate), forecasts our activity for the next 3 calendar months.
As we are non-profit and working on antiquated equipment the report takes up to 5 minutes to format and I know, despite my repeated reassurances, that our network users are going to think that their machine has crashed whilst they wait for the report to appear.
My VB code consists of one line which opens the report and so I have no loops or progression of commands into which I can intersperse updates to a syscmd or an active x control.
Is there something I can do which will give a very dynamic visual presentation whilst the DB is formatting the report in preparation for display of the report?
perhaps something that I can open prior to the open report command which can be closed by the report 'on open' event procedure?
any suggestions welcomed.
Xentaur.
Long time reader, first time poster.
I've got a situation where a report, which contains a lot, and I mean a lot, of calculations, based upon 3 separate queries (for reasons too complex to discuss they must remain separate), forecasts our activity for the next 3 calendar months.
As we are non-profit and working on antiquated equipment the report takes up to 5 minutes to format and I know, despite my repeated reassurances, that our network users are going to think that their machine has crashed whilst they wait for the report to appear.
My VB code consists of one line which opens the report and so I have no loops or progression of commands into which I can intersperse updates to a syscmd or an active x control.
Is there something I can do which will give a very dynamic visual presentation whilst the DB is formatting the report in preparation for display of the report?
perhaps something that I can open prior to the open report command which can be closed by the report 'on open' event procedure?
any suggestions welcomed.
Xentaur.