Search found 56 matches: cfooter

Return to advanced search

Re: Footers con texto xBrowse

... un texto fijo (aunque tiene una variable), al momento de armarse toma el valor de dicha variable y ya no cambia. Lo que puedes hacer es cambiar el cFooter por bFooter asi    :aCols[2]:bFooter:= {|| " Total Participantes Activos -> "+transform( len(aPart), "@E ...
by JoseAlvarez
Tue Dec 05, 2023 2:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Footers con texto xBrowse
Replies: 5
Views: 523

Re: Footers con texto xBrowse

... un texto fijo (aunque tiene una variable), al momento de armarse toma el valor de dicha variable y ya no cambia. Lo que puedes hacer es cambiar el cFooter por bFooter asi    :aCols[2]:bFooter:= {|| " Total Participantes Activos -> "+transform( len(aPart), ...
by cmsoft
Tue Dec 05, 2023 11:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Footers con texto xBrowse
Replies: 5
Views: 523

Re: Calculate total pages

... oBrw| MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,aCampi ) } ) static function MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,afields ) local cFooter := "Progetto Magazzino - " local cTitle1 := "title row 1" local cTitle2 := "title row 2" local nTotalpages:= oRep:oDevice:cLastPage ...
by Silvio.Falconi
Tue Nov 28, 2023 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5507

Re: Concatenar 2 o mas campos en xbrowse

Hola, yo lo hago así.... Es un ejemplo funcionando, con mis datos. oCol:=xbr:AddCol() oCol:cHeader := "Nombre y Apellido" oCol:cFooter := "Nombre y Apellido" oCol:bStrData:= {|| rtrim(lTrim(oClientes:NOM)) + "/"+rtrim(lTrim( oClientes:APE)) +"-"+ oClientes:recipiente ...
by nageswaragunupudi
Thu Aug 04, 2022 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Concatenar 2 o mas campos en xbrowse
Replies: 4
Views: 444

Re: Concatenar 2 o mas campos en xbrowse

Hola, yo lo hago así.... Es un ejemplo funcionando, con mis datos. oCol:=xbr:AddCol() oCol:cHeader := "Nombre y Apellido" oCol:cFooter := "Nombre y Apellido" oCol:bStrData:= {|| rtrim(lTrim(oClientes:NOM)) + "/"+rtrim(lTrim( oClientes:APE)) +"-"+ oClientes:recipiente ...
by D.Fernandez
Tue Aug 02, 2022 11:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Concatenar 2 o mas campos en xbrowse
Replies: 4
Views: 444

ArrayIncrFilter

... } oCol:bEditValid := { | oGet, oCol | (CargaPrecio(oGet,oBrw,aData,oFld:nOption)) } oCol:cFooter := 'Total' oCol:nFootStrAlign:= AL_CENTER ElseIf n ==4 oCol:bFooter := { || TRANSFORM( oSumaTotal,"999,999,999") } Endif next oFld:aDialogs[ ...
by jbrita
Thu Apr 01, 2021 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 2
Views: 613

xbrowse borrar todo el contenido

... ; ACTION (Sound(),aPedido:={{0,'','',0,0,0,0,0,0,0} },; oBrwPed:SetArray(aPedido),; oBrwPed:Refresh(),; oBrwPed:aSelected:={},; oBrwPed:aCols[2]:cFooter:=0,oBrwPed:maketotals()) CENTER ; TOOLTIP {'Elimina Todos los Productos del Nuevo Pedido'} RETU .T. Hasta ahora solo lo consigo utilizando el ...
by mterraz
Tue Oct 06, 2020 1:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse borrar todo el contenido
Replies: 1
Views: 351

Re: error on xbrowse footer

If you look into METHOD PaintFooter( nRow, nCol, nHeight, lInvert ) CLASS TXBrwColumn you see that cFooter := ::footerStr() and ::PaintBmpAndText( { nRow, nCol, nRow + nHeight, nRight }, ; cFooter, ::nFootStrAlign, ::bLeftText, oFont, aColors[ 1 ], ; nBmpNo, ::nFootBmpAlign, ...
by Otto
Thu Apr 30, 2020 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse footer - RESOLVED! -
Replies: 33
Views: 3611

Re: xbrowser footer

Hello, Why this: Lista2:aCols[1]:cFooter := { || Ltrim( Str( Lista2:KeyNo() ) ) + " / " + LTrim( Str( Lista2:KeyCount() ) ) } Lista2:Refresh() Show me {||...} in footer? Thanks in advance. Use this Lista2:aCols[1]:bFooter ...
by wartiaga
Mon Dec 02, 2019 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser footer
Replies: 9
Views: 1332

Re: xbrowser footer

Hello, Why this: Lista2:aCols[1]:cFooter := { || Ltrim( Str( Lista2:KeyNo() ) ) + " / " + LTrim( Str( Lista2:KeyCount() ) ) } Lista2:Refresh() Show me {||...} in footer? Thanks in advance. Use this Lista2:aCols[1]:bFooter ...
by cnavarro
Mon Dec 02, 2019 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser footer
Replies: 9
Views: 1332

xbrowser footer

Hello,

Why this:

Lista2:aCols[1]:cFooter := { || Ltrim( Str( Lista2:KeyNo() ) ) + " / " + LTrim( Str( Lista2:KeyCount() ) ) }
Lista2:Refresh()

Show me {||...} in footer?

Thanks in advance.
by wartiaga
Mon Dec 02, 2019 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser footer
Replies: 9
Views: 1332

Re: An easy way to make a tree-browse

... ocol:=obrow2:aCols[ 1 ] ocol:cheader:="科目代码" ocol:AddBitmap( { "tree1", "tree2", "treevh" } ) // ocol:cFooter := "GRAND TOTAL" ocol:nEditType := {||if(::ledit,1,0)} ocol:bEditValue := {||odb2:cquery:="select * from ac where acid='"+obrow2:oTreeItem:cPrompt+"'",odb2:refresh(),obrow2:oTreeItem:cPrompt} ...
by ShumingWang
Wed Jul 31, 2019 1:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: An easy way to make a tree-browse
Replies: 17
Views: 3482

Re: xBrowse footer counting on cell / field-condition ?

... oBrw:aCols[3]:bFooter := { || 0 } after < PACK > the footer shows 0 now but doesn't count anymore If you directly assigned any values to cFooter or bFooter, only that value is displayed. Because you assigned bFooter := { ||0 } always 0 will be displayed.
by nageswaragunupudi
Thu Mar 08, 2018 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer counting on cell / field-condition ?
Replies: 12
Views: 2358

Re: Rowset X cSeek

... := AL_CENTER oCol:bStrData := { || oOcorrencia:dia_ocorrencia } oCol:oDataFont := oSistema():oFonte3 oCol:nDataStrAlign := AL_CENTER oCol:cFooter := "Registros:" oCol:nFootStrAlign := AL_CENTER oCol:= oBrowse:AddCol() oCol:nWidth := 80 oCol:cHeader := "Matricula" oCol:oHeaderFont ...
by oliveiros junior
Thu Jan 04, 2018 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset X cSeek
Replies: 7
Views: 2038

Re: error al totalizar columna xbrowse

Me funciona bien asi....saludos... :shock:

WITH OBJECT aBrw[9] // COLUMNAS
:aCols[2]:cFooter := "Total --->"
***
:aCols[3]:nTotal := 0 // PARA TOTALIZAR COL.(MakeTotals)
END
by joseluisysturiz
Sat Feb 04, 2017 12:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al totalizar columna xbrowse
Replies: 5
Views: 789
Next

Return to advanced search