RE: [development-axapta] Re: run 2 reports

2005-07-14 Thread Pascal
Hi, That's exactly what I ment ! Good luck! Pascal _ Van: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens byteway_so Verzonden: woensdag 13 juli 2005 16:38 Aan: development-axapta@yahoogroups.com Onderwerp: [development-axapta] Re: run 2 reports

[development-axapta] Re: run 2 reports

2005-07-13 Thread byteway_so
Thanks, Thought about that, but what do you think of the following: Create a class that extends from runbasereport. Then add the following in the run() method after the call to super(); Args arg; ReportRun rr; ; args = new Args(reportname2); rr = new ReportRun(args); rr.init();