Search found 44 matches: nfootstralign

Return to advanced search

Filter y MakeTotals en xBrowse (to Mr. Nagues)

... If(nKey==VK_RETURN,(COMPONENTES[oBrw:nArrayAt][ 3]:=xVal,oBrw:Refresh(),oBrw:MakeTotals()),)} oBrw:aCols[ 3]:nFooterType :=AGGR_SUM oBrw:aCols[ 3]:nFootStrAlign :=AL_RIGHT oBrw:Maketotals() Muchas gracias! Roberto
by TOTOVIOTTI
Mon Aug 28, 2023 1:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filter y MakeTotals en xBrowse (to Mr. Nagues)
Replies: 0
Views: 190

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

Re: error on xbrowse footer

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

xbrowser footer picture

Hi,

Why this

Lista2:aCols[7]:nFooterType:= AGGR_SUM
Lista2:aCols[7]:nFootStrAlign := AL_RIGHT
Lista2:aCols[7]:cFooterPicture := "@e 999,999.99"

Show me 52.99 in footer?
How I can display 52,99?

Thanks in advance.
by wartiaga
Thu Oct 24, 2019 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser footer picture
Replies: 4
Views: 969

Re: xBrowse MakeTotals()

nFootStrAlign
by nageswaragunupudi
Wed Nov 28, 2018 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse MakeTotals()
Replies: 4
Views: 1094

Re: Cómo Justificar HEADER y FOOTER?

Saludos...

Header
aCols[n]:nHeadStrAlign := AL_CENTER, etc

VALIDA SI SE CENTRAN TODOS LOS head AUTOMATICAMENTE
AEval( oBrw:aCols, {|o| o:nHeadStrAlign := AL_CENTER } )


Footer
aCols[n]:nFootStrAlign := AL_RIGHT, etc

saludos...gracias... :shock:
by joseluisysturiz
Wed Aug 01, 2018 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo Justificar HEADER y FOOTER?
Replies: 7
Views: 1083

Re: buttons and datepick on xbrowse

... oBrowse:aCols[2]:lBmpTransparent := .t. oBrowse:aCols[2]:nDataBmpAlign := AL_CENTER oBrowse:aCols[2]:nHeadStrAlign := AL_CENTER oBrowse:aCols[2]:nFootStrAlign := AL_RIGHT oBrowse:aCols[2]:nDataStrAlign := oBrowse:aCols[2]:DefStyle(AL_LEFT,.f.) oBrowse:aCols[2]:cHeader := 'Vencimento' oBrowse:aCols[2]:nBtnWidth ...
by MGA
Wed May 09, 2018 10:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: buttons and datepick on xbrowse
Replies: 14
Views: 3261

Re: buttons and datepick on xbrowse

... oBrowse:aCols[2]:lBmpTransparent := .t. oBrowse:aCols[2]:nDataBmpAlign := AL_CENTER oBrowse:aCols[2]:nHeadStrAlign := AL_CENTER oBrowse:aCols[2]:nFootStrAlign := AL_RIGHT oBrowse:aCols[2]:nDataStrAlign := oBrowse:aCols[2]:DefStyle(AL_LEFT,.f.) oBrowse:aCols[2]:cHeader := 'Vencimento' oBrowse:aCols[2]:nBtnWidth ...
by MGA
Wed May 09, 2018 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: buttons and datepick on xbrowse
Replies: 14
Views: 3261

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

... := { |v,o| o:Value > 0 } Filter 1 ( text ) :aCols[7]:nFooterType := AGGR_COUNT :aCols[7]:bSumCondition := { |v,o| !EMPTY( o:Value ) } :aCols[7]:nFootStrAlign := AL_RIGHT Filter 2 ( text ) :aCols[8]:nFooterType := AGGR_COUNT :aCols[8]:bSumCondition := { |v,o| !EMPTY( o:Value ) } :aCols[8]:nFootStrAlign ...
by ukoenig
Wed Mar 07, 2018 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer counting on cell / field-condition ?
Replies: 12
Views: 2365

Xbrowse or Report Bug

... := 150 oCol:nDataStrAlign := AL_RIGHT oCol:cEditPicture := PictEuros() oCol:lTotal := .t. oCol:nTotal :=0 oCol:nFooterType := AGGR_SUM oCol:nFootStrAlign := AL_RIGHT FUNCTION PictEuros() RETURN( "@E 9,999,999,999.99" ) Another test I change on this type oCol := oBrowse:AddCol() ...
by Silvio.Falconi
Mon Jan 15, 2018 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse or Report Bug
Replies: 10
Views: 1701

Re: Rowset X cSeek

... { || 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 := oSistema():oFonte4 oCol:nHeadStrAlign ...
by oliveiros junior
Thu Jan 04, 2018 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset X cSeek
Replies: 7
Views: 2064

Re: 15.10 Browse problem

... translated as assigning x to <data> of every column. Instead of assigning a single value, we can also assign an array of values. oBrw:nFootStrAligns := { AL_CENTER, AL_RIGHT, AL_LEFT } is same as assigning oBrw:oCol( 1 ):nFootStrAlign := AL_CENTER, oBrw:oCol( 2 ):nFootStrAlign := AL_RIGHT, ...
by nageswaragunupudi
Fri Jan 08, 2016 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8402

Re: 15.10 Browse problem

... want an unusual alignment of numbers to left/center or text to right/center. Fine tuning of alignments: nHeadStrAlign nDataStrAlign nDataBmpAlign nFootStrAlign Please also note that the above syntax is fully portable across RDD, TDataBase, ADO. By simply changing the variable following "DATASOURCE" ...
by nageswaragunupudi
Thu Jan 07, 2016 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8402

Re: Pasar de Browse de Hernan a xBrowse

... If required, we can specify justifications for each column. oCol:nHeadStrAlign := AL_LEFT / AL_CENTER / AL_RIGHT oCol:nDataStrAlign := ... oCol:nFootStrAlign Instead of specifying justification for each column separately we can use short cut oBrw:nHeadStrAligns := AL_CENTER // Aligns all headers ...
by nageswaragunupudi
Sun Mar 22, 2015 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar de Browse de Hernan a xBrowse
Replies: 11
Views: 2406

Re: Justificar Columnas en xBrowse

...y para complementar...saludos... :shock:

nFootStrAlign := AL_RIGHT //FOOTER(pie) DE LA COLUMNA...
by joseluisysturiz
Thu Sep 04, 2014 4:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Justificar Columnas en xBrowse
Replies: 2
Views: 478
Next

Return to advanced search