Running Concurrent Report from FORM [message #480683] |
Tue, 26 October 2010 07:58 |
koolshibu
Messages: 10 Registered: August 2010
|
Junior Member |
|
|
Hi,
My requirement is:
I want to run multiple Reports Concurrently, being called from my Form.
Suppose I have 10 Reports Say Report1, Report2, ....Report10.
I am using "RUN_PRODUCT" to call these Reports from my Form.
But it's taking too long time to run all the Reports one after another.
Can I run all these Reports Concurrently at the Same time.
|
|
|
|
|
|
Re: Running Concurrent Report from FORM [message #480769 is a reply to message #480765] |
Wed, 27 October 2010 00:52 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
In details? I can't do that, I'm afraid. It would require ME to develop the whole thing for YOU (which is not going to happen). Anyway, I think that the general idea is still valid: use RWRUN to run a report. Use your operating system scheduler (its command prompt version), read the documentation in order to find out how to schedule a job. Once you manage to do that at the operating system level, move on to Forms. Use HOST (or CLIENT_HOST) to call an operating system executables.
|
|
|