Hi Fabien,


If you can live with the copies in the same report - then it's quite easy: Try to call super three times in run of the inherited RunbaseReport class. You might want to pass some parameters to the report in between each call to super, e.g.

    Object r = this.reportRun();
    ;
    r.test("Test2");
    super();
    r.test("Test2");
    super();
    r.test("Test3");
    super();

The test method should be created on the report. You could change the name to something else :o) It could be the 3 different receivers you pass to the report with the method.

//Lars


-----Original Message-----
From: fabien_m2002 [mailto:[EMAIL PROTECTED]
Sent: 23. juli 2004 11:28
To: [EMAIL PROTECTED]
Subject: [development-axapta] How to print 3 copies of a report ?


Hello,

I have a report i want to print in 3 copies for 3 different
receivers. The problem that i want to mention automatically the name
of the receiver in the copy, so i cannot use the standard parameter
of number copy.
How can i do this ? I think i have to add source in a report, or a
class which call the report.

Thanks in advance,
Fabien M.




Yahoo! Groups Sponsor     

ADVERTISEMENT
<http://us.ard.yahoo.com/SIG=129mco4hq/M=295196.4901138.6071305.3001176/D=groups/S=1705006764:HM/EXP=1090661853/A=2128215/R=0/SIG=10se96mf6/*http://companion.yahoo.com> click here     
  <http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S=:HM/A=2128215/rand=596177612>      


  _____ 

Yahoo! Groups Links


*      To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/ <http://groups.yahoo.com/group/development-axapta/>
 

*      To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
 

*      Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .




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


Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to