Search found 301 matches: endpage

Return to advanced search

Re: Problem with FiveWin and PDF995 on Windows 11.

... Define Font oFont Name "Arial" Size 0,-14 of oPrn oPrn:lUseHaruPDF := TRUE Page oPrn:InchSay( 1,1, "Hello World", oFont,,,,, ) Endpage EndPrint Return nil When I run this the second time I get: Error description: Error BASE/1005 Message not found: FWPDF:_LUSEHARUPDF Args: [ ...
by byron.hopp
Tue Feb 13, 2024 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Convert a print to Rtf or doc

Hi to all I have a print PRINT oPrn NAME "My Print" PREVIEW PAGE WHILE !EOF() some instruction like Prn:Say( nRow, nCol , bla bla ) ENDPAGE PAGE ENDDO ENDPAGE ENDPRINT I need some hints about the possibility to save the print into rtf for or doc You know for instance when you have a ...
by MarcoBoschi
Wed Nov 29, 2023 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Re: Calculate total pages

... + ALLTRIM(str(oRechnung:nRgNR()))+"_"+ ALLTRIM(str(nFor))+".emf", .F.)        DeleteEnhMetafile(hMeta)EndPage(oDevice:hDC) The code snippet you provided appears to be written in a language similar to Harbour or xBase, used for database applications. ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Calculate total pages

... in a print using for instance PRINT oPrn NAME "My Print" PREVIEW PAGE WHILE !EOF() some instruction like Prn:Say( nRow, nCol , bla bla ) ENDPAGE PAGE ENDDO ENDPAGE ENDPRINT does exist a clause that permits me to run the function without print anything only for calculate number of pages ...
by MarcoBoschi
Wed Nov 22, 2023 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5878

Dificultad con METERS

... if DetVtaF->TipoDoc#2 nTotCli += DetVtaF->TotVenta ..... endif if prow > nRowStep*55 oPrn:Line(pRow ,ncolStep,pRow,ncolstep*77) EndPage Page PROW:=0 if prow == 0 prow+=nrowstep oPrn:Say(prow, pcol*4 ,'Fecha de Emisión: ' + dtoc( date() ),oCour_n_10) ..... prow+=nrowstep*1.5 endif ...
by José Camilo
Tue Aug 22, 2023 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 256

Re: Imprimir línea por línea en impresora de tickets

Muchas gracias João. El uso de page y endpage me permite que le impresora imprima linea a linea sin esperar al resto de lo que se vaya a imprimir.
Un saludo
by groiss
Tue Nov 08, 2022 8:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir línea por línea en impresora de tickets
Replies: 4
Views: 407

Re: Ayuda con impresora Epson TM-T2DII Receipt 5

... nRow, nCol, ' ' ) nRow ++ oPrn:Say( nRow, nCol, ' ' ) nRow ++ oPrn:Say( nRow, nCol, ' ' ) nRow ++ oPrn:Say( nRow, nCol, ' ' ) nRow ++ oPrn:Endpage() //este es el grupo de comandos especificos para corte de papel oprn:Startpage() oprn:command("27","64" ) oprn:command("27","105" ...
by postinelli
Sun May 15, 2022 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con impresora Epson TM-T20III Receipt 5 RESUELTO
Replies: 12
Views: 1115

Re: Metafile error

Si todavía recuerdo esto: REVISE SU CÓDIGO, DEBE TENER UN BUCLE ETERNO DENTRO DE LA PÁGINA ... STARTPAGE, O DUPLICAR ENDPAGE. o llamando a ENDPRINT sin terminar con EndPage () (abrió una página con StartPage () y no se cerró con EndPage (), llamado ENDPRINT directamente). // If I ...
by Silvio.Falconi
Tue Oct 26, 2021 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 423

Re: Metafile error

Si todavía recuerdo esto: REVISE SU CÓDIGO, DEBE TENER UN BUCLE ETERNO DENTRO DE LA PÁGINA ... STARTPAGE, O DUPLICAR ENDPAGE. o llamando a ENDPRINT sin terminar con EndPage () (abrió una página con StartPage () y no se cerró con EndPage (), llamado ENDPRINT directamente). // If I ...
by karinha
Mon Oct 25, 2021 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 423

Re: Imprimir en rollo y matriz de punto

no llames al oPrn:EndPage() al final solo cuando llames al encabezado del reporte Saludos artu01. Podrias explicarme el punto por favor? Quizás haya algo que no he visto. La impresion es de una factura sobre un rollo continuo de papel, ...
by JoseAlvarez
Sat Oct 02, 2021 8:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir en rollo y matriz de punto
Replies: 21
Views: 1859

Re: Imprimir en rollo y matriz de punto

artu01 wrote:no llames al oPrn:EndPage() al final solo cuando llames al encabezado del reporte


És más fácil con un pequeño ejemplo, tiens? Podrias poner algo?

Muchas gracias.

Regards, saludos.
by karinha
Sat Oct 02, 2021 8:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir en rollo y matriz de punto
Replies: 21
Views: 1859

Re: Imprimir en rollo y matriz de punto

no llames al oPrn:EndPage() al final solo cuando llames al encabezado del reporte
by artu01
Sat Oct 02, 2021 6:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir en rollo y matriz de punto
Replies: 21
Views: 1859

Re: problema con DrawBitmap() usando tCodeBars

... nRow+=nRowStep //..Genera QR llamando a TcodeBars ) BuildQR(oPrn, nRow,nMargen ,cCodBar ) // cCodbar trae la data a incluir en el QR ENDPAGE ENDPRINT //............................................ FUNCTION BuildQR( oPrn ,nRow,nCol,cCode ) local nFlags := 0 local nCode := 14 // codigo ...
by rterraz
Mon Mar 15, 2021 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con DrawBitmap() usando tCodeBars
Replies: 10
Views: 1034

Re: Normas para el QR-Code

En algunas que he probado, el corte de papel (si la impresora tiene) lo hace al hacer endpage
by cmsoft
Fri Jan 15, 2021 4:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Normas para el QR-Code
Replies: 29
Views: 2967

Imprimir imagen guardada en tabla SQL

... ):Value ) Function ImprimirFoto(wfoto) PRINT oPrn PREVIEW MODAL PAGE oPrn:SayImage(0,0, wfoto, oPrn:nHorzRes(), oPrn:nVertRes() , nil, .t. ) ENDPAGE ENDPRINT retu .t. No da error, pero muestra una hoja en blanco. Saludos Jorge
by jpcavagnaro
Wed Dec 16, 2020 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imprimir imagen guardada en tabla SQL
Replies: 11
Views: 2453
Next

Return to advanced search