Search found 177 matches: endprint

Return to advanced search

Re: Problem with FiveWin and PDF995 on Windows 11.

"before executing PRINT command." "Not inside PRINT/ENDPRINT" I don't exactly understand how this work. But it does. Does this flag (lUseHaruPDF) stay true until it is set back to false, or do you need to set it everytime. Why does it ...
by Enrico Maria Giordano
Wed Feb 14, 2024 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1197

Re: Problem with FiveWin and PDF995 on Windows 11.

"before executing PRINT command." "Not inside PRINT/ENDPRINT" I don't exactly understand how this work. But it does. Does this flag (lUseHaruPDF) stay true until it is set back to false, or do you need to set it everytime. Why does it ...
by byron.hopp
Wed Feb 14, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1197

Re: Problem with FiveWin and PDF995 on Windows 11.

As we suggested above, use TPrinter():lUseHarufPDF := .t. before executing PRINT command. Not inside PRINT/ENDPRINT Also please try to use later methods of Tprinter. Please try this sample as it is: #include "fivewin.ch"REQUEST FWHARUfunction Main()  ...
by nageswaragunupudi
Wed Feb 14, 2024 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1197

Re: Problem with FiveWin and PDF995 on Windows 11.

... 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: [ 1] = O FWPDF ...
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: 1197

Convert a print to Rtf or doc

... 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 report in Access you see ...
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: 3463

Calculate total pages

... 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 it would be very simple what ...
by MarcoBoschi
Wed Nov 22, 2023 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5857

Dificultad con METERS

... oMeter1:Refresh() nActual2 := 0 oMeter2:Set(nActual2) oMeter2:Refresh() end oPrn:Line(pRow ,ncolStep,pRow,ncolstep*77) .... endpage EndPrint endif return NIL *------------------------------------------------------------------------------*
by José Camilo
Tue Aug 22, 2023 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 253

PREVIEW Guardar nombre

... PREVIEW --> ¿ Como lo guardo ? do while !eof() oPrn:cmSay(08.90,03.30, alltrim(xnom)) oPrn:cmSay(08.90,15.00, alltrim(wbar)) l:=l+1 skip enddo ENDPRINT
by pedroluis
Thu Apr 20, 2023 2:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PREVIEW Guardar nombre
Replies: 5
Views: 439

Re: What is the best PDF Printer Driver Windows to use with Five

... do this? Thanks, This is also extremely simple Use your PRINT command like this: PRINT oPrn FILE "yourname.pdf"  <your print code>ENDPRINT  By the time ENDPRINT command finishes the job, "yourname.pdf" is created silently and is ready on the disk for you to send by email ...
by nageswaragunupudi
Sat Jan 28, 2023 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 777

Re: Como asignar una impresora

... 11,41,90 ) )   oPrn:CmSay(  7, 3.2,    AllTrim( acliente:napea ), oFont,, RGB( 0,0,0 ) )   etc, etc   ENDPAGE ENDPRINT  y después del endprint hacer otro SetPrintDefault( AllTrim( oApp:impdefecto ) ) Quería saber vuestra opinión o si hay otra forma mas elegante ...
by surGom
Sat Apr 02, 2022 1:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como asignar una impresora
Replies: 4
Views: 467

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 still remember ...
by Silvio.Falconi
Tue Oct 26, 2021 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 422

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 still remember ...
by karinha
Mon Oct 25, 2021 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metafile error
Replies: 6
Views: 422

Re: Imprimir en rollo y matriz de punto

Todas las impresoras de tickets que manejo con la rutina que te pase, no hacen salto de página al hacer ENDPRINT
Tal vez tendrias que ver las preferencias de impresion y el tamaño de papel que tiene asignado en windows la impresora.
by cmsoft
Wed Sep 22, 2021 7:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir en rollo y matriz de punto
Replies: 21
Views: 1847

Re: SetLandscape

... oprn //#define DMORIENT_PORTRAIT 1 //#define DMORIENT_LANDSCAPE 2 PRINTER oPrn if nOrient=2 oPrn:SetLandscape() else oPrn:SetPortrait() endif endprint return NIL function nOrientPrn() local cret, oprn PRINTER oPrn cRet := oPrn:getmodel() ? oPrn:nOrient := oPrn:GetOrientation() endprint return ...
by Otto
Sun Jun 13, 2021 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetLandscape
Replies: 11
Views: 1262

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 para ...
by rterraz
Mon Mar 15, 2021 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con DrawBitmap() usando tCodeBars
Replies: 10
Views: 1022
Next

Return to advanced search