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();
rr.run();

So now the first report will run normal, the second one will be
called after the first one has run. What do you think of this?


---

What about creating another class for the second report and calling
the other class instance from the first report?
f.e.:

new Menufunction(menuItemActionStr(OtherClassReport),
MenuItemType::Action).run();

Pascal







YAHOO! GROUPS LINKS




Reply via email to