Search found 2077 matches: printer

Return to advanced search

PRINT oPrn + PDF : FORMAS CONTINUAS

... tipo texto Con estos metodos no funciona.. local cFilPdf := "c:\temp\filepdf.pdf" PrnSetSize( 2100, 120000 ) //To adjust a different printer paper size! oPrn:SETPAGE(29) PRINT oPrn NAME "Testing the printer object from FiveWin ...." FILE cFilPdf Gracias JONSSON RUSSI
by russimicro
Sun Jun 02, 2024 1:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PRINT oPrn + PDF : FORMAS CONTINUAS
Replies: 0
Views: 3

Re: Ver PDF

... "LoadFile", cFile ) oActiveX:Do( "SetCurrentPage", 1 ) DEFINE BUTTON OF oBar FILENAME "..\bitmaps\16x16\printer.bmp" FLAT ; ACTION MsgInfo( "Prints this document" ) TOOLTIP "Print this document" GROUP DEFINE BUTTON OF oBar FILENAME ...
by karinha
Sat Jun 01, 2024 1:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ver PDF
Replies: 4
Views: 199

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... ... TPrinter():lUseHaruPDF:= .t. xnum:=99->numero cPdfFile := m->xpath+"\PDF\"+strzero(99->cliente,6)+".pdf" PRINTER oprn FILE cPdfFile // <------------------------------------------- DEFINE FONT oFnt1 NAME "Arial" SIZE 0,-18 OF oPrn DEFINE FONT ...
by pedroluis
Sun May 12, 2024 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 858

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

REQUEST FWHARU és para usar HARUPDF con PRINTER.PRG, en BARLIB.LIB(Códigos de Barras) no ejiste HARUPDF.

Regards, saludos.
by karinha
Sat May 11, 2024 12:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 858

Re: Generación archivos PDF

FiveWin for xHarbour 23.07
---------------------------

//
Do while !eof()

cPdfFile := m->xpath+"\PDF\"+strzero(99->cliente,6)+".pdf"
PRINTER oprn FILE cPdfFile
.
.
.

sele 99
skip
enddo
by pedroluis
Tue Apr 30, 2024 6:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Generación archivos PDF
Replies: 17
Views: 544

Re: Asignar impresora por terminal?

... Esto al momento de la impresión, por si pierdo en algún momento la impresora E imprimo en hoja Grande. Con esto, Tengo instalada una mini printer que le puse de nombre "TIKET" y sobre ella imprime cPrint := "TICKET" PRINT oPrn TO cPrint Espero y te sirva. Saludos.
by VitalJavier
Sat Apr 27, 2024 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Asignar impresora por terminal?
Replies: 16
Views: 648

Re: Asignar impresora por terminal?

... alternativas son varias Luego en las impresiones que tienes que dirigir a una impresora determinada, haces lo que bien comenta sysctrl2 , haces PRINTER oPrn to cPrinterTicket Mi granito de arena
by cmsoft
Mon Apr 22, 2024 8:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Asignar impresora por terminal?
Replies: 16
Views: 648

Re: Centrar texto VERTICALMENTE

Using PRINT oPrn FILE <pdffile>, there are 3 ways to generate PDFs. 1. Using Microsoft Word, if installed on the PC. This is the default. Printer class generates emf files and embeds them into Word document and saves as PDF. pros: Good quality and medium size pdfs cons: (1) Does not support ...
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 601

Re: Centrar texto VERTICALMENTE

... AllTrim(::oTDbfDatAmp:REGMER) FONT ::oFnt_Arial6V COLOR CLR_BLACK I want to center the text at half height of the page. Note: New Method for de Printer.PRG METHOD CmtrTextToVCenter( cText, oFont ) INLINE ; ( ::CmVertPhySize() / 2 ) + ::CmtrGetTextWidth( cText, oFont ) / 2 Thank you again, I ...
by nageswaragunupudi
Tue Apr 09, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 601

Re: Centrar texto VERTICALMENTE

... AllTrim(::oTDbfDatAmp:REGMER) FONT ::oFnt_Arial6V COLOR CLR_BLACK I want to center the text at half height of the page. Note: New Method for de Printer.PRG METHOD CmtrTextToVCenter( cText, oFont ) INLINE ; ( ::CmVertPhySize() / 2 ) + ::CmtrGetTextWidth( cText, oFont ) / 2 Thank you again,
by FiveWiDi
Tue Apr 09, 2024 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 601

Centrar texto VERTICALMENTE

... las 'y', en vertical, el FONT que utilizo está definido así: DEFINE FONT oFnt_Arial6V NAME "Arial" SIZE 0,-6 OF ::oPrn NESCAPEMENT 900 PRINTER contempla centrar horizontalmente respecto del eje 'x', pero en vertical respecto del eje 'y' no lo veo. ¿Cómo lo harían Ustedes? A ver que ...
by FiveWiDi
Mon Apr 08, 2024 10:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 601

Re: PDF distorcionado con Tprinter en Matricial

Not necessarily. If the printer has a Windows driver, it is seen by the applications as any other printer.
by Enrico Maria Giordano
Sat Mar 23, 2024 9:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF distorcionado con Tprinter en Matricial
Replies: 6
Views: 1474

Re: PDF distorcionado con Tprinter en Matricial

We need to use tdosprn.prg not printer.prg
by nageswaragunupudi
Sat Mar 23, 2024 8:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF distorcionado con Tprinter en Matricial
Replies: 6
Views: 1474

Re: PDF distorcionado con Tprinter en Matricial

It could be a problem with the printer driver, if it is too old.
by Enrico Maria Giordano
Sat Mar 23, 2024 3:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF distorcionado con Tprinter en Matricial
Replies: 6
Views: 1474

Re: To Nageswrao Del Objs on TscrollPanel

when I had only two buttons I cannot delete printer button Yes. The function I provided does not allow the last control to be deleted. Yes. I understood. Do have you tried deleting all the btnbmps and moving the scrollbar? It makes this mistake ...
by Silvio.Falconi
Tue Mar 05, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 914
Next

Return to advanced search