Search found 22 matches: lgrid

Return to advanced search

Re: xbrowse report & Preview style

... oBrw, n )} static function RepSetUp( oRep, oBrw, n ) oRep:lJoin := .t. oRep:lSeparator := .t. oRep:lBoxOnTotal := .t. AEval(oRep:aColumns, {|o| o:lGrid := .t.} ) return nil https://i.postimg.cc/VvsQCnns/h.png I not see vertical lines
by Silvio.Falconi
Fri Nov 18, 2022 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse report & Preview style
Replies: 5
Views: 449

Exportacíon Excel desde Reporte

... GROUP ON oTELE0060:A_ENTRE_60; FOOTER SUBSTR(oReport:aGroups[1]:cValue,1,8) + '=>' + Alltrim(str(oReport:aGroups[1]:nCounter)); FONT 2 oReport:lGrid := .T. oReport:cGrandTotal := "Total Geral ==>" END REPORT IF !oReport:lCreated RETU NIL ENDIF oReport:oTitle:aFont[1] := {|| 2 } ...
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: Strange Error ORDBAGNAME with fwh 19.05

... {bTitulo(::aTitulos,i)},,{bCampo(::aCampos,i)},::aWidth[i],{bPicture(::aPicture,i)},{||1},::aTotal[i],,upper(::aAlign[i]),::lshadow,::lGrid,) the function bCampo(::aCampos,i) function bCampo( aCampos, nFor ) return (fieldWBlock(aCampos[nFor],SELECT() )) why not return the field ? the ...
by Silvio.Falconi
Tue Jun 25, 2019 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Error ORDBAGNAME with fwh 19.05
Replies: 2
Views: 478

Re: Como quitar lineas verticales en tReport

Javier,

Prueba asi:

ACTIVATE REPORT oReport ON STARTLINE oReport:lGrid := .F.
by Antonio Linares
Sun Jun 22, 2014 12:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como quitar lineas verticales en tReport
Replies: 11
Views: 1784

Re: MyRpt - Diseñador de Reportings - En desarrollo :-)

... ::nLblWidth Label Width :nLblOnLine Lables for line ::nLblAtcol Labels for column :nLblHSep Horizontal separation ::nLblVSep Vertical separation ::lGrid if there is Grid ::nPenGrid Pen for grid ::lShadow shadow labels or we can create a file as INI with some template of labels as 7022=3,5|6,4|3|2|2|2 ...
by Silvio.Falconi
Thu Feb 27, 2014 5:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MyRpt - Diseñador de Reportings - En desarrollo :-)
Replies: 132
Views: 36010

Re: Report y páginas en blanco

Hola a todos: Yo tenia un problema similar y al final encontre el problema, tenia habilitada la opcion oRpt:lGrid := .T. creo que es la combinacion de Footer + Grid, tb uso Footers en mi reporte Deshabilite el grid y ya no tuve el problema, y para dibujar las lineas las hice ...
by RSalazarU
Thu Sep 12, 2013 4:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Report y páginas en blanco
Replies: 6
Views: 1084

Re: Añadir lineas en REPORT

... Function ResumenCaja(oReport,nTContado,nTRcaja,nEfectivo,nVauchers) local nLinAdic:=5 oReport:lGrid := .f. CkNewPage(oReport,nLinAdic) //chequear si necesita nueva pagina oReport:NewLine() oReport:Say( 1, "RESUMEN DE CAJA:") oReport:Say( ...
by FranciscoA
Thu Sep 12, 2013 3:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Añadir lineas en REPORT
Replies: 9
Views: 2290

Treport bug ?

... "+dtoc(date())+ " Página.: "+str(::oReport:nPage,3) ; CAPTION "" PREVIEW ..... ...... ... IF ::oReport:lCreated IF ::lGrid ::oReport:SetPenColor(::nColore) ------------> not run !!!! ::oReport:CellView() ::oReport:SetShdColor(CLR_GRAY) ENDIF ::oReport:nTitleUpLine ...
by MdaSolution
Thu Aug 18, 2011 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treport bug ?
Replies: 0
Views: 407

Re: Report no hace bPostEnd

... Function DatosFin(oReport,aBases,aConcep) *------------------------------------------------------------------------------- local n oReport:lGrid := .f. CkNewPage(oReport) //chequear si necesita nueva pagina oReport:NewLine() //espacio de una linea CkNewPage(oReport) //volver a chequear ...
by FranciscoA
Tue Sep 28, 2010 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Report no hace bPostEnd
Replies: 14
Views: 2550

Re: Report no hace bPostEnd

... Function DatosFin(oReport,aBases,aConcep) *------------------------------------------------------------------------------- local n oReport:lGrid := .f. oReport:lFinish := .f. for n:=1 to len(aBases) oReport:NewLine() If oReport:NeedNewPage() oReport:StartPage() Endif oReport:Say(5, aConcep[n] ...
by FranciscoA
Mon Sep 27, 2010 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Report no hace bPostEnd
Replies: 14
Views: 2550

Re: tReport

... oReport:bPostEnd:= {|| prueba(oReport) } ACTIVATE REPORT oReport oFont1:End() dbSetOrder(1) RETURN NIL Function prueba(oReport) oReport:lGrid:=.f. //quitar los divisores de columnas oReport:NewLine() oReport:NewLine() oReport:Say(1,"RESUMO" ) oReport:NewLine() oReport:Say(1,"Saldo ...
by FranciscoA
Mon Oct 05, 2009 2:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tReport
Replies: 6
Views: 1896

Re: New FTDN July/Julio 2009 (9.07)

... ] ; [ <total: TOTAL> [ FOR <bTotalExpr> ] ] ; [ <ColFmt:LEFT,CENTER,CENTERED,RIGHT> ] ; [ <lShadow:SHADOW> ] ; [ <lGrid:GRID> [ <nPen> ] ] ; [ <memo: MEMO, MULTILINE> ] ; [<img:IMAGE> [ IMGDATA <bimg> ] [HEIGHT <h> [<imgpix:PIXEL>] ...
by Antonio Linares
Wed Aug 05, 2009 3:27 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2009 (9.07)
Replies: 1
Views: 2745

New FTDN July/Julio 2009 (9.07)

... ] ; [ <total: TOTAL> [ FOR <bTotalExpr> ] ] ; [ <ColFmt:LEFT,CENTER,CENTERED,RIGHT> ] ; [ <lShadow:SHADOW> ] ; [ <lGrid:GRID> [ <nPen> ] ] ; [ <memo: MEMO, MULTILINE> ] ; [<img:IMAGE> [ IMGDATA <bimg> ] [HEIGHT <h> [<imgpix:PIXEL>] ...
by Antonio Linares
Thu Jul 30, 2009 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2009 (9.07)
Replies: 1
Views: 2745

... otto but I have allready try with haircross with no success exit a function drawgrid but I not know How run it METHOD Grid() CLASS Tmetafile if !::lGrid return nil endif ::oWnd:GetDC() DRAWGRID(::oWnd:hDC, 8, 8, 8) ::oWnd:ReleaseDC() return nil but it not run
by Silvio
Wed Nov 19, 2008 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GRID in RPREVIEW
Replies: 2
Views: 683

... * SUM exento TO nTotales[2] * SUM base TO nTotales[3] * SUM iva TO nTotales[4] * SUM ivaret TO nTotales[5] * SUM exento TO nTotales[6] oRpt:lGrid := .F. // DESACTIVA LAS CELDAS DE LOS REGISTRO TIPO EXCEL oRpt:NewLine() oRpt:SAY( 1,"Total Ventas y/o Sin Derecho a Credito Fiscal: " + STR( ...
by joseluisysturiz
Wed Oct 29, 2008 2:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OTRAS PREGUNTAS DE REPORT - (RESUELTO)
Replies: 18
Views: 3566
Next

Return to advanced search