Search found 130 matches: startpage

Return to advanced search

Re: Calculate total pages

...  , .F. , Setup():PDFPrinter,  .F.    , .F. )  StartDoc(oDevice:hDC, oDevice:cDocument )   StartPage( oDevice:hDC )     hMeta := GetEnhMetaFile(aFiles[nFor])PlayEnhMetaFile( oDevice:hDC, hMeta,, .t. ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5850

Re: Ayuda con impresora Epson TM-T2DII Receipt 5

... 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" ) //corte total oprn:command("18" ) oprn:Endpage() ...
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: 1109

Re: Lineas Adicionales al Final de REPORT

... todo bien. Me ahorraste mi proxima consulta. Quiero imprimir el logo de la empresa en el encabezado del reporte, ya vi esto que colocaste alli: ON STARTPAGE oRep:SayBitmap(.1,.1,"LOGO.BMP",.5,.5) ahora mi duda es: ¿se comporta igual en todas las impresoras sin importar su resolucion? ...
by JoseAlvarez
Sun Nov 28, 2021 12:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lineas Adicionales al Final de REPORT
Replies: 3
Views: 319

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

Exportacíon Excel desde Reporte

... oReport:bInit := {|| oTELE0060:GoTop() } oReport:bSkip := {|| oTELE0060:Skip() } If EMPTY(vEntregador) ACTIVATE REPORT oReport ; ON STARTPAGE StartPage(oReport); FOR oTELE0060:A_STATUS60 # 'C' .AND. oTELE0060:a_dtped_60 >= vDataini .and. oTELE0060:a_dtped_60 <= vDataFin; WHILE ...
by danielgustavo
Thu Jun 24, 2021 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportacíon Excel desde Reporte
Replies: 0
Views: 309

Re: Creating a silent file to .pdf

oPRINT:StartPage() // error here <<<----------------------------------


What is the error you are getting?
What if you use the command
Code: Select all  Expand view

PAGE
....
ENDPAGE
 
by nageswaragunupudi
Thu Sep 10, 2020 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a silent file to .pdf
Replies: 18
Views: 2173

Re: printing several pages

René, We already have a first implementation of Class TPrinter Methods() StartPage() and EndPage(). Here you have an example of use. Hopefully the modified Class TPrinter does not break your existing code: printer.prg // A new example of the FiveMac enhanced ...
by Antonio Linares
Thu Oct 04, 2018 4:37 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing several pages
Replies: 23
Views: 7056

Re: printing several pages

... We may need some time to implement StartPage() and EndPage(). In the meantime, if you can keep using your current solution, that would be fine. Thanks
by Antonio Linares
Thu Oct 04, 2018 8:29 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing several pages
Replies: 23
Views: 7056

Re: printing several pages

... pages. As long as we set this to the height of one page there will never be a next page. Is it not possible to build in some functions like StartPage() and EndPage() that starts and ends a page with settings set by pageheight()?
by plantenkennis
Wed Oct 03, 2018 6:20 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing several pages
Replies: 23
Views: 7056

Re: Cómo pinto una imagen en TReport?

ON STARTPAGE oReport:SayBitmap( nRow, nCol, cBitmap, nWidth, nHeight)
by FranciscoA
Fri Aug 03, 2018 11:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo pinto una imagen en TReport?
Replies: 3
Views: 693

Re: Called from: => STARTPAGE( 0 )

Hola.

No, he programado solo lo basico para arduino desde el mismo ide para realizar pruebas
con los diferentes componentes. Pero nada mas que eso.
by goosfancito
Tue Jun 26, 2018 11:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Called from: => STARTPAGE( 0 )
Replies: 11
Views: 1521

Re: Called from: => STARTPAGE( 0 )

Google translate : Hola goosfancito, He visto una publicación en la que te refieres a programar el arduino. ¿Alguna vez manejó FWH para conectarse a módulos de hardware con el fin de leer datos para procesar algo? Quiero poder leer desde FWH cuando un rayo de un ojo visual se interrumpe. y mostrar a...
by Marc Venken
Tue Jun 26, 2018 6:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Called from: => STARTPAGE( 0 )
Replies: 11
Views: 1521

Re: Called from: => STARTPAGE( 0 )

[quote="Marc Venken"]Hello goosfancito, I've seen a post where you refer to programming the arduino. Did you ever manage FWH to connect to a hardware modules in order to read data for processing something ? I want to be able to read from FWH when a beam from a optisch eye is interupted. an...
by goosfancito
Mon Jun 25, 2018 3:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Called from: => STARTPAGE( 0 )
Replies: 11
Views: 1521

Re: Called from: => STARTPAGE( 0 )

Hello goosfancito, I've seen a post where you refer to programming the arduino. Did you ever manage FWH to connect to a hardware modules in order to read data for processing something ? I want to be able to read from FWH when a beam from a optisch eye is interupted. and show something on screen. Tha...
by Marc Venken
Sun Jun 24, 2018 8:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Called from: => STARTPAGE( 0 )
Replies: 11
Views: 1521
Next

Return to advanced search