Page 2 of 2

Re: SELECT PRINTER DIALOG

Posted: Tue May 11, 2021 5:59 am
by dragancesu
Look in manual

Code: Select all

SELECT PRINTER <cPrinter> | DEFAULT
    [ TO <lSuccessVar> ]
    [ ORIENTATION <nOrientation> ]
    [ PAPERSIZE <nPaperSize> ]
    [ PAPERLENGTH <nPaperLength> ]
    [ PAPERWIDTH <nPaperWidth> ]
    [ COPIES <nCopies> ]
    [ DEFAULTSOURCE <nDefaultSource> ]
    [ QUALITY <nQuality> ]
    [ COLOR <nColor> ]
    [ DUPLEX <nDuplex> ]
    [ COLLATE <nCollate> ]
    [ PREVIEW ]
    [ NOSAVEBUTTON ]
    [ DIALOGFILENAME <cDialogFileName> ]
    [ SAVEAS <cFullFileName> ]
 
you have all definition for printer, and must define before create page

Forget count lines, measure is milimeter, it's so simple

Re: SELECT PRINTER DIALOG

Posted: Tue May 11, 2021 6:32 am
by CalScot
I think that the bottom line is that however you choose to do it, you must define the parameters for each printer that could be selected.

Re: SELECT PRINTER DIALOG

Posted: Tue May 11, 2021 7:42 am
by SALINETAS24
Muchas gracias a todos por sus sugerencias.
Creo haber encontrado el camino.
Esta escrito en la carpeta HFCL, en el GRIDPRINT.PRG
Vamos con una cervecita fresquita

Re: SELECT PRINTER DIALOG

Posted: Wed May 12, 2021 8:19 am
by JALMAG
Hola amigo, aqui tienes todas las opciones disponibles:

http://hmgextended.com/files/manual/index.html

En Library, MiniPrint -> Print Commands->Select printer