Search found 108 matches: orep

Return to advanced search

Re: XBrowse: report header and footer

Thank you. Unfortunately, the page number is overwritten by the double line from the second page on. I tried to reduce the height of the list without results.

This is a bug. Happens when oRep:lJoin or oRep:lSeparator is true.
We will fix it soon and inform you.
by nageswaragunupudi
Wed Dec 30, 2020 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: report header and footer
Replies: 10
Views: 1248

Re: nCounter Report not run ok

... )       endif       ( cAlias )->( DbCloseArea() )    return nil    function Report()       local oRep, oFont,oFont2       local cAlias   := Alias(), nCounter := 0       DEFINE FONT oFont NAME 'TAHOMA' SIZE 0,-9       DEFINE FONT oFont2 NAME ...
by artu01
Sat Oct 10, 2020 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1242

Re: nCounter Report not run ok

cnavarro wrote:You are used
Code: Select all  Expand view

     oRep:bStartRecord  := { || nCounter++ }
 


or oReport:bStartRecord ?


yes of course
but my question
for total customer we must use a local variable
for group command we need to use oRep:nCounter
Do you think about it.. is normal ?
by Silvio.Falconi
Fri Oct 09, 2020 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1242

Re: nCounter Report not run ok

... cAlias )->( DbCloseArea() )    return nil    function Report()       local oRep, oFont,oFont2       local cAlias   := Alias(), nCounter := 0       DEFINE FONT oFont NAME ...
by Silvio.Falconi
Thu Oct 08, 2020 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1242

Report filter dates

... a report from a day to a day I'm using Tcalex class and citas.dbf the user select the date pick and when the report is activated ACTIVATE REPORT oRep FOR dDesde <= citas->dStart .AND. citas->dend <= dHasta but not execute this command but print only the one date function  Imprime( ...
by Silvio.Falconi
Wed Oct 07, 2020 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report filter dates
Replies: 5
Views: 410

Creating a silent file to .pdf

... it possible to generate native pdf documents using harupdf. What all is required is to use commands PRINT TO oPrn FILE "name.pdf" REPORT oRep PREVIEW TO FILE ("name.pdf" ) and continue programming like normal print/report program. This generates output to pdf instead to preview/printer. ...
by Rick Lipkin
Wed Aug 12, 2020 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a silent file to .pdf
Replies: 18
Views: 2193

Re: New FTDN July/Julio 2020 (FWH 20.07)

... podemos generar documentos pdf nativos usando HaruPDF. Lo único que se requiere es usar comandos: PRINT TO oPrn FILE "name.pdf" REPORT oRep PREVIEW TO FILE ("name.pdf" ) y continue programando como un programa normal de impresión/informe. Esto genera salida a pdf en lugar ...
by Antonio Linares
Sun Aug 02, 2020 12:15 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1211

New FTDN July/Julio 2020 (FWH 20.07)

... it possible to generate native pdf documents using harupdf. What all is required is to use commands PRINT TO oPrn FILE "name.pdf" REPORT oRep PREVIEW TO FILE ("name.pdf" ) and continue programming like normal print/report program. This generates output to pdf instead to preview/printer. ...
by Antonio Linares
Sat Aug 01, 2020 5:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1211

Re: New FTDN September/Septiembre 2019 (FWH 19.09)

... mediante REQUEST FWHARU, el comando de impresión anterior generará el archivo pdf usando HaruPDF. - Con esta configuración, el comando: REPORT oRep TO FILE ( cPdf ) creará el fichero pdf usando HaruPDF. - Limitaciones actuales: - No hay soporte Unicode (puede no estar disponible pronto). - ...
by Antonio Linares
Fri Oct 18, 2019 8:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2900

New FTDN September/Septiembre 2019 (FWH 19.09)

... linked with harupdf by REQUEST FWHARU, the above print command will generate the pdf file using harupdf. - With this setting, the command: REPORT oRep TO FILE ( cPdf ) will create the pdf using Harupdf. - Present limitations: - No Unicode support (may not be available soon). - Some FWH graphics ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2900

Re: Duda con oRep:CellView()

Francisco:

Atinado, como siempre!.

Muchas gracias
by Armando
Fri Sep 06, 2019 1:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda con oRep:CellView() SOLUCIONADO
Replies: 2
Views: 442

Re: Duda con oRep:CellView()

Armando.
Intenta con:
Code: Select all  Expand view
 
   DEFINE PEN oPen1 WIDTH .30    //aqui...
   DEFINE PEN oPen2 WIDTH  1
   DEFINE PEN oPen3 WIDTH  2
 


Parece que oReport toma el primer PEN definido para los separadores de lineas.
Saludos.
by FranciscoA
Thu Sep 05, 2019 10:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda con oRep:CellView() SOLUCIONADO
Replies: 2
Views: 442

Duda con oRep:CellView() SOLUCIONADO

Hola amigos foreros:

Con oRep:CellView() el reporte se muestra con un GRID (Grilla) pero las líneas, para mi gusto,
están muy gruesas, hay forma de definirlas mas delgadas?

Saludos
by Armando
Wed Sep 04, 2019 8:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda con oRep:CellView() SOLUCIONADO
Replies: 2
Views: 442

Problem to Print Image

I made local aAttivo := {TImage():Define( "BTN_PNG_TICK"),TImage():Define("BTN_PNG_TICK_RED")} REPORT oRep PREVIEW COLUMN TITLE "Attivo" DATA "" SIZE 5 IMAGE IMGDATA aAttivo[ IIF( oElementi:ELATTIVO,1,2)] HEIGHT 1.2 ALPHALEVEL 128 but I not see ...
by Silvio.Falconi
Fri Jun 28, 2019 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to Print Image
Replies: 4
Views: 637

Re: colorized retport header

Type 1 oRep:lTitleColorized:=.t. oRep:lDivideHeader:=.t. https://i.postimg.cc/R0mbXg0N/type-1.png type 2 oRep:lTitleColorized:=.t. oRep:lDivideHeader:=.f. https://i.postimg.cc/3wZf62y9/type2.png ...
by Silvio.Falconi
Mon Jun 03, 2019 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorized retport header
Replies: 7
Views: 569
PreviousNext

Return to advanced search