Search found 136 matches: printersetup

Return to advanced search

Re: Printersetup()

No me vale esa solución porque lo que hace es cambiar la impresora predeterminada en windows.
Y porque además, el primer documento que se manda a imprimir después de cambiarla, aun sigue saliendo por la impresora primera que estaba como predeterminada.
by Verhoven
Mon Jan 26, 2015 7:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Printersetup()
Replies: 8
Views: 1797

Printersetup()

Hasta ahora venía usando la función Printersetup() para seleccionar la impresora a la que mandar los listados. Desde que he actualizado cuando se selecciona la impresora no hace caso a la selección y se elija la que se elija siempre manda la ...
by Verhoven
Mon Jan 26, 2015 6:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Printersetup()
Replies: 8
Views: 1797

Re: Disable button: NETWORK

How can I activate parameter

#DEFINE PD_NONETWORKBUTTON 0x00200000

in PrinterSetup?
by ORibeiro
Tue Sep 30, 2014 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable button: NETWORK
Replies: 4
Views: 803

Printer properties window

Hi,
is there a way to call the printer properties window for the current window ?
For "printer properties window" I mean the window that appear calling PrinterSetup and then "Properties"

Thanks in advance.
by Marco Turco
Sun May 18, 2014 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer properties window
Replies: 1
Views: 440

Re: PrinterSetup() Cancel

Perfect...thanks. Need to add that to the documentation I guess...
G
by Greg Gammon
Sat Apr 05, 2014 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PrinterSetup() Cancel
Replies: 2
Views: 487

Re: PrinterSetup() Cancel

Greg,

PrinterSetup() returns 0 if you press Cancel button.

EMG
by Enrico Maria Giordano
Fri Apr 04, 2014 10:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PrinterSetup() Cancel
Replies: 2
Views: 487

PrinterSetup() Cancel

Ive looked through the forum on an answer to this but can't seem to find anything conclusive. When using printersetup(), and the user presses "Cancel" button, the print job will continue...seems there is no return from printersetup()...is this still the case? Ive ...
by Greg Gammon
Fri Apr 04, 2014 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PrinterSetup() Cancel
Replies: 2
Views: 487

Re: Codejock and Harbour + FWH

... 1 ] :hObj MsgInfo( "FWH's ActiveX Power support Codejock", "About Codejock" ) case aButtons[ 9 ]:hObj == aParams[ 1 ] :hObj PrinterSetup() endcase endcase return nil - Ramesh Babu P
by RAMESHBABU
Mon Jan 27, 2014 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock and Harbour + FWH
Replies: 7
Views: 2922

Re: FWH 13.12 printer SetCopies problem

Greg,

printersetup() dialog does not have a "Copies to Print" option...is there a fix for this?


Why not just design your own printer-setup dialog with a number of copies field? Then you can set it by calling oPrn:setCopies().

Regards,
James
by James Bott
Thu Jan 23, 2014 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.12 printer SetCopies problem
Replies: 20
Views: 5661

Re: FWH 13.12 printer SetCopies problem

I have a different question relating to number of copies to print. I would like my user to be able to simply select on the printer setup dialog the number of copies to print.

printersetup() dialog does not have a "Copies to Print" option...is there a fix for this?
by Greg Gammon
Wed Jan 22, 2014 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.12 printer SetCopies problem
Replies: 20
Views: 5661

Re: FWH 13:09 Default Printer

Oscar, May I suggest a simple test program. First call printerSetup() so the user can select a printer. Then print a report (without passing a printer name). Then print the same report again (also without passing a printer name). Both reports should ...
by James Bott
Fri Nov 15, 2013 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13:09 Default Printer
Replies: 61
Views: 13129

Re: FWH 13:08 Default Printer

Linares,

We select one of two ways:

In the menu system using the command:
GetPrintDC (GetActiveWindow ())

Or before printing with the command:
PRINTERSETUP ()

Thanks,
by ORibeiro
Wed Oct 09, 2013 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13:09 Default Printer
Replies: 61
Views: 13129

Re: Error con un programa de fivewin en una maquina virtual

... => asc( "P" ), "FLAGS2" => nil        , "TECLA2" => nil       , "ACCION" => { || printerSetup() }        , "WHEN" => { || ::oFuente <> nil } }, ;             {                                      "TIPO" ...
by quique
Fri Apr 12, 2013 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con un programa de fivewin en una maquina virtual
Replies: 47
Views: 9040

Botón de Propiedades de una Impresora

... compila me da error de "unresolved external". Alguien me podría indicar como usar esta función? Como aclaración, no me sirve la función PrinterSetup... Saludos Roberto
by TOTOVIOTTI
Wed Nov 21, 2012 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Botón de Propiedades de una Impresora
Replies: 2
Views: 773
PreviousNext

Return to advanced search