Hi all,
We have a printer with two trays: tray1= letterhead, tray2= plain paper
We create Delivery dockets by printing a form onto plain paper and Invoices by printing onto the letterhead. This is set in each form and works well.
I have been asked, is it able to print 2 copies of each invoice, 1 on letterhead, 1 on plain.
I have a button on the form that causes the “print current record” procedure. Is there code that can be added to the button to cause the printer to change paper tray and then print another copy?
I assume that the next time the form is opened, the printer will default to the values saved in the form.
Thinking about it, I should be able to address the current printer object and make the changes I want.
If this is true, Can someone spell (type) out for me in short and simple words how exactly to do this please.