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
---- LSpots keywords ?> ---- HM ADS ?>
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

