Home » Developer & Programmer » Reports & Discoverer » open more than one report at a time
open more than one report at a time [message #89469] Sun, 11 April 2004 22:51 Go to next message
Hasan Imam
Messages: 13
Registered: April 2004
Junior Member
Hi,

I want to call more than one report.

bye. 
Re: open more than one report at a time [message #89477 is a reply to message #89469] Thu, 15 April 2004 02:02 Go to previous message
Riaz
Messages: 112
Registered: February 2002
Senior Member
your question is not clear enough. I think the 
following would solve your problem.
create a button in forms. attach the trigger

Trigger : when-button-pressed

code:

RUN_PRODUCT(REPORTS,'C:report1', 
ASYNCHRONOUS,RUNTIME,FILESYSTEM,1);
RUN_PRODUCT(REPORTS,'C:report2', 
ASYNCHRONOUS,RUNTIME,FILESYSTEM,1);
RUN_PRODUCT(REPORTS,'C:report3', 
ASYNCHRONOUS,RUNTIME,FILESYSTEM,1);

Previous Topic: reports
Next Topic: preview more than one report at a time
Goto Forum:
  


Current Time: Sat May 04 00:14:51 CDT 2024