I did that:

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

Reply via email to