Home » Developer & Programmer » Forms » Running Concurrent Report from FORM
Running Concurrent Report from FORM [message #480683] Tue, 26 October 2010 07:58 Go to next message
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 #480688 is a reply to message #480683] Tue, 26 October 2010 08:27 Go to previous messageGo to next message
ranamirfan
Messages: 535
Registered: January 2006
Location: Pakistan / Saudi Arabia
Senior Member

Dear,

Quote:

Can I run all these Reports Concurrently at the Same time.


No.
Re: Running Concurrent Report from FORM [message #480723 is a reply to message #480688] Tue, 26 October 2010 12:53 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Which version do you use? If it is 6i, then it is possible to run a report using RWRUN60 executable. As it is done at the operating system prompt, you might try to schedule each of those RWRUN's as a job. It also means that it *might* be possible to run them all at once.
Re: Running Concurrent Report from FORM [message #480765 is a reply to message #480723] Tue, 26 October 2010 23:02 Go to previous messageGo to next message
koolshibu
Messages: 10
Registered: August 2010
Junior Member
Litlefoot: I am using Form 6i.
Could please mention in detail the steps I need to follow.
Re: Running Concurrent Report from FORM [message #480769 is a reply to message #480765] Wed, 27 October 2010 00:52 Go to previous message
Littlefoot
Messages: 21818
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.
Previous Topic: Latest List item
Next Topic: verify password
Goto Forum:
  


Current Time: Fri Sep 20 04:43:36 CDT 2024