Search found 58 matches: bfooter

Return to advanced search

Re: Footers con texto xBrowse

... (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 9,999,999.99")}...  ...
by JoseAlvarez
Tue Dec 05, 2023 2:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Footers con texto xBrowse
Replies: 5
Views: 580

Re: Footers con texto xBrowse

... (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 cmsoft
Tue Dec 05, 2023 11:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Footers con texto xBrowse
Replies: 5
Views: 580

ArrayIncrFilter

... := { | 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[ I ]:bInit := {|| oBrw[I]:aCols[1]:SetOrder(), Eval(oBrw[I]:aCols[1]:bLClickHeader) ...
by jbrita
Thu Apr 01, 2021 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 2
Views: 634

Re: Como me refiero al total de una columna

... },{ CLR_BLACK, oApp:nRowNonClr }) } :nRecSelColor := oApp:nRowParClr :lDisplayZeros := (.F.) WITH OBJECT :Arriendo :cOrder := "A" :bFooter := { || Len( oBry:aSelected ) } END WITH OBJECT :Importe :nFooterType := AGGR_SUM :bSumCondition := { || AScan( oBry:aSelected, oBry:BookMark ...
by Armando
Fri Nov 13, 2020 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como me refiero al total de una columna (SOLUCIONADO)
Replies: 8
Views: 933

Re: To Mr. Nages oBrw:ToExcel( ... ) Use bHeader y bFooter ?

oBrw:ToExcel(...) returns oSheet object( Worksheet object of Excel )

You can add/modify whatever information you want to the oSheet object.
by nageswaragunupudi
Sat Aug 24, 2019 5:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:ToExcel( ... ) Use bHeader y bFooter (Solved)
Replies: 2
Views: 621

Re: To Mr. Nages oBrw:ToExcel( ... ) Use bHeader y bFooter ?

Saludos man, hasta donde se hay forma de saber el final de una hoja creada, alli podrias con la clase excel agregar dicha linea de footer y al inicio la cabezera, se que no es lo mas practica, pero es una solucion temporal mientras se hace lo que sugieres en la clase de xbrowse, mandame un wsap cuan...
by joseluisysturiz
Sat Aug 24, 2019 12:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: oBrw:ToExcel( ... ) Use bHeader y bFooter (Resuelto)
Replies: 2
Views: 640

oBrw:ToExcel( ... ) Use bHeader y bFooter (Solved)

... ... ) .... FOOTER LINEA1 FOOTER LINEA2 FOOTER LINEA3 .......... It could be something like that, example : oBrw:ToExcel( ..., bHeader, bFooter ) Thanks.
by albeiroval
Fri Aug 23, 2019 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:ToExcel( ... ) Use bHeader y bFooter (Solved)
Replies: 2
Views: 621

oBrw:ToExcel( ... ) Use bHeader y bFooter (Resuelto)

... POR oBrw:ToExcel( ... ) .... FOOTER LINEA1 FOOTER LINEA2 FOOTER LINEA3 .......... Podria ser algo asi, ejemplo : oBrw:ToExcel( ..., bHeader, bFooter ) Gracias
by albeiroval
Fri Aug 23, 2019 3:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: oBrw:ToExcel( ... ) Use bHeader y bFooter (Resuelto)
Replies: 2
Views: 640

Re: Footer de un xBrowse con calculo personalizado

oCol:bFooter := { |col| <yourcalculationfunction>(col) }
by nageswaragunupudi
Fri Sep 28, 2018 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Footer de un xBrowse con calculo personalizado
Replies: 3
Views: 853

bfooter xbrowse error

...  :nFooterType      := AGGR_SUM                         :bFooter   := { || TRAN(aFiles[ oLbx:nAt,2 ]/1000,"@E 999,999,999 ")+" KB"  }      ...
by Silvio.Falconi
Fri Aug 31, 2018 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bfooter xbrowse error
Replies: 0
Views: 365

Re: Problem with xbrowse

for the image I have the string into the array I made WITH OBJECT oBrowse:aCols[ 1] :bFooter := { || Ltrim( Str( oBrowse:KeyNo() ) ) + " / " + LTrim( Str( oBrowse:KeyCount() ) )+" servizi" } :lBmpStretch := .F. :lBmpTransparent := .T. :nwidth := ...
by Silvio.Falconi
Thu Jul 05, 2018 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xbrowse
Replies: 6
Views: 1309

Problem with xbrowse

... https://s33.postimg.cc/jzkn1jv7z/image.png on the first column i wish to show the image and I made WITH OBJECT oBrowse:aCols[ 1] :bFooter := { || Ltrim( Str( oBrowse:KeyNo() ) ) + " / " + LTrim( Str( oBrowse:KeyCount() ) )+" servizi" } :lBmpStretch := .F. :lBmpTransparent ...
by Silvio.Falconi
Thu Jul 05, 2018 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xbrowse
Replies: 6
Views: 1309

Re: buttons and datepick on xbrowse

... aParcelasModalidade[oBrowse:nArrayAt,3] := Calend(aParcelasModalidade[oBrowse:nArrayAt,3], r, c + 150, oDialog),) } oBrowse:aCols[2]:bFooter := {|| 'Total:'} oBrowse:aCols[2]:bEditWhen := {|| !Empty(aParcelasModalidade[oBrowse:nArrayAt,1]) } oBrowse:aCols[2]:lUseBtnWidthEditOfCol ...
by MGA
Wed May 09, 2018 10:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: buttons and datepick on xbrowse
Replies: 14
Views: 3261
Next

Return to advanced search