SELECT PRINTER DIALOG

HMG en Español

Moderator: Rathinagiri

User avatar
dragancesu
Posts: 920
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: SELECT PRINTER DIALOG

Post 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
User avatar
CalScot
Posts: 303
Joined: Thu Mar 21, 2013 12:22 am
Location: California

Re: SELECT PRINTER DIALOG

Post 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.
User avatar
SALINETAS24
Posts: 667
Joined: Tue Feb 27, 2018 3:06 am
DBs Used: DBF
Contact:

Re: SELECT PRINTER DIALOG

Post 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
Como dijo el gran pensador Hommer Simpson..., - En este mundo solo hay 3 tipos de personas, los que saben contar y los que no. :shock:
JALMAG
Posts: 262
Joined: Sun Jan 10, 2010 7:05 pm
DBs Used: DBF, MariaDB
Location: España - Spain

Re: SELECT PRINTER DIALOG

Post by JALMAG »

Hola amigo, aqui tienes todas las opciones disponibles:

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

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