Page 1 of 1

Changer d'impromante automatique

PostPosted: Thu Sep 25, 2008 6:36 pm
by richard wilson
Clipper 5.4
Blinker 4
Fw 2.1
Comment changer d'imprimante pour un rapport (checks) automatiquement

PostPosted: Thu Oct 02, 2008 9:00 am
by Antonio Linares
You may use oPrinter:SetSize( nNewWidth, nNewHeight )

Comment changer le model

PostPosted: Thu Oct 09, 2008 2:40 am
by richard wilson
Comment changer le model :

HP 1200 to HP 1020

Changer le model

PostPosted: Thu Oct 09, 2008 2:45 am
by richard wilson
Printer by default is HP1200

For the report "Invoice" the printer is HP1020

How can I change the printer

Re: Changer le model

PostPosted: Thu Oct 09, 2008 7:29 am
by Enrico Maria Giordano
Code: Select all  Expand view
PRINT oPrn ... TO "yourprinternamehere"


EMG

Printersetup

PostPosted: Fri Oct 10, 2008 12:05 am
by richard wilson
Tanks .
It worhs well but after printing the invoice.
If I want to print another list and I try to change the printer with the function printersetup()
I Can"t do it . Why???