Search found 58 matches: fwpdf

Return to advanced search

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... Llamo a GO_CODE.PRG y el programa me da el siguiente error que encuentra en el go_code.prg. Called from: source\rtl\tobject.prg => FWPDF:ERROR( 0 ) Called from: source\rtl\tobject.prg => FWPDF:MSGNOTFOUND( 0 ) Called from: source\rtl\tobject.prg => FWPDF:FILLRECT( 0 ) <-------------- ...
by pedroluis
Sun May 12, 2024 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 15
Views: 154

CODIGO DE BARRAS. ERROR CON FILLRECT()

... version: Borland/Embarcadero C++ 7.4 (32-bit) Windows 10 64 Bits, version: 6.2, Build 9200 Error description: Warning BASE/1004 Message not found: FWPDF:FILLRECT Stack Calls =========== Called from: source\rtl\tobject.prg => FWPDF:ERROR( 0 ) Called from: source\rtl\tobject.prg => FWPDF:MSGNOTFOUND( ...
by pedroluis
Fri May 10, 2024 9:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 15
Views: 154

Re: Problem with FiveWin and PDF995 on Windows 11.

Yes, your sample works great, however my code utilizes many methods of the TPrinter class, and not all of them are duplicated in the FWPdf class.
by byron.hopp
Thu Feb 15, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1266

Re: Problem with FiveWin and PDF995 on Windows 11.

... 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 If I quit my program and restart I can print it once again. Am I not resetting something that may cause this ...
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: 1266

Re: IMPRESION ARCHIVOS PDF

As of now the FWPDF class does not support the method SetSize( nWidth, nHeight ) This class supports only SetPage( nPageType ), same as TPrinter class. The permitted page sizes are:   { {  DMPAPER_LETTER,   ...
by nageswaragunupudi
Wed Oct 11, 2023 4:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1637

Re: IMPRESION ARCHIVOS PDF

... PRINTER oprn FILE cPdfFile Me sale el siguiente error: Called from: source\rtl\tobject.prg => FWPDF:ERROR( 0 ) Called from: source\rtl\tobject.prg => FWPDF:MSGNOTFOUND( 0 ) Called from: source\rtl\tobject.prg => FWPDF:SETSIZE( 0 ) Called ...
by pedroluis
Tue Oct 10, 2023 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1637

Re: How to print character sigma in Haru?

Some notes for information: FWH does not provide THaruPDF class. Instead we have FWPDF class derived from TPDF class. PDF internal font list: CourierCourier-BoldCourier-ObliqueCourier-BoldObliqueHelveticaHelvetica-BoldHelvetica-ObliqueHelvetica-BoldObliqueTimes-RomanTimes-BoldTimes-ItalicTimes-BoldItalicSymbolZapfDingbats  ...
by nageswaragunupudi
Wed Aug 16, 2023 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 344

Re: How to print character sigma in Haru?

PDF's internal Symbol font is different from Windows Symbol font.
We are working on how to make our FWPDF class to use Windows Symbol font, though it seems difficult as of now.
For now, the immediate solution is to use HB_UTF8CHR(0x03A3) and setting FW_SetUnicode() to .T., atleast temporarily.
by nageswaragunupudi
Wed Aug 16, 2023 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 344

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

I see so when lUseHaruPdf = .t. I am actually using FWPDf not TPrinter.
Understood. Thanks
by hua
Mon Jul 31, 2023 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 947

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

I get this error message   Error description: Error BASE/1005  Message not found: FWPDF:_LUNDERLINEHEADER :lUnderlineHeader is a data in my xprinter class that inherits from tprinter. Where did I go wrong? You have used a DATA that is not in FWPDF class. If you ...
by nageswaragunupudi
Mon Jul 31, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 947

PEN AL GENERAR PDF

Saludos

Al generar un PDF
no respeta la definición de PEN
cualquier valor que ponga, siempre sale muy gruesa la linea

DEFINE PEN oPEN1 WIDTH .5 OF oPRN
oPrn := FWPdf():New( cARCHPDF )
oPRN:LINE( Row* 10,CCOL*5 C,Row*10,CCOL*55,oPEN1)
by Marco Augusto
Sat Jan 21, 2023 3:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PEN AL GENERAR PDF
Replies: 0
Views: 267

Re: New FTDN October/Octure (FWH 22.10)

... de xHarbour comercial ni para bcc64. * Mejora: esreport.prg(3426) Warning W0030 STATIC Funcion 'FWER_GETREGISTRY' definida pero nunca usada. fwpdf.prg(1957) Warning W0030 STATIC Funcion 'RGB2PDF' definida pero nunca usada. Ambas advertencias corregidas. Gracias a Enrico !!! * printer.prg ...
by Antonio Linares
Mon Nov 07, 2022 9:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 871

New FTDN October/Octure (FWH 22.10)

... for xhb commercial neither for bcc64. * Enhancement: esreport.prg(3426) Warning W0030 STATIC Function 'FWER_GETREGISTRY' defined but never used fwpdf.prg(1957) Warning W0030 STATIC Function 'RGB2PDF' defined but never used both fixed. thanks to Enrico! * printer.prg - For printing images saved ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 871

Re: New FTDN June/Junio 2022 (FWH 22.06)

... de la matriz en orden aleatorio. Ahora usando nStart y/o nCount la mezcla puede ser restringida a una parte de la matriz. * printer.prg y fwpdf.prg: - Mejora: Se ha añadido el tercer parámetro opcional "cUnits". Si se especifica, el valor de retorno está en las unidades especificadas. ...
by Antonio Linares
Tue Jun 21, 2022 8:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2022 (FWH 22.06)
Replies: 1
Views: 879

New FTDN June/Junio 2022 (FWH 22.06)

... to elements of the array in random order. Now using nStart and/or nCount shuffling can be restricted to a part of the array * printer.prg and fwpdf.prg: - Enhancement: Added 3rd optional param "cUnits". If specified, return value is in the specified units. * New function WmiService() ...
by Antonio Linares
Tue Jun 21, 2022 4:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2022 (FWH 22.06)
Replies: 1
Views: 879
Next

Return to advanced search