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



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



*      Visit your group "development-axapta
<http://groups.yahoo.com/group/development-axapta> " on the web.
 
*      To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
 
*      Your use of Yahoo! Groups is subject to the Yahoo!
<http://docs.yahoo.com/info/terms/>  Terms of Service.



  _____ 



[Non-text portions of this message have been removed]





YAHOO! GROUPS LINKS




Reply via email to