you must add in the fecth method in SalesInvoice Report the following
statement:
while (salesFormLetterReport.stillOriginalsOrCopiesToPrint())
{
nbLignes = 0;
if (salesFormLetterReport.numberOfOriginals())
{
salesFormLetterReport.printingCopy(false);
element.printJobSettings().copies
(salesFormLetterReport.printNumberOfOriginals());
}
else
{
salesFormLetterReport.printingCopy(true);
element.printJobSettings().copies
(salesFormLetterReport.printNumberOfCopies());
// code added
mention= "Dealer Copy";
// end
}
You must declare the variable mention as str and create a display
method to print it where you want.
Fabien
--- In [email protected], Hemant Kumthekar
<[EMAIL PROTECTED]> wrote:
> Hi Guys,
>
> I wanted to print Invoice copies and each copy should be marked
as "Dealer Copy", "File Copy" please advise if anybody has done that.
>
> Thanks in Advance.
>
> HK
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> [Non-text portions of this message have been removed]
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

