Search found 53 matches: ltotal

Return to advanced search

Re: Consulta Total Final en REPORT

Has probado
oReporte:lTotal:=.f.
by cnavarro
Thu Jun 16, 2022 9:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Total Final en REPORT *SOLUCIONADO*
Replies: 4
Views: 381

Re: Como me refiero al total de una columna

... AGGR_SUM :bSumCondition := { || AScan( oBry:aSelected, oBry:BookMark ) > 0 } :cFooterPicture:= "@Z 9,999,999,999.99" :nTotal := 0.00 :lTotal := (.T.) END :bOnMultiSelect := { || oBry:MakeTotals() } :bChange := { || IF( LEN( oBry:aSelected ) <= 1,( oBry:oCol(05):nTotal := oBry:oCol(05):Value,; ...
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: 932

Re: Como me refiero al total de una columna

... := { || AScan( oBry:aSelected, oBry:BookMark ) > 0 } :cFooterPicture := "@Z 9,999,999,999.99" // estas lineas :nTotal := 0 :lTotal := .t. END Espero te sirva. Saludos.
by Ariel
Fri Nov 13, 2020 9:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como me refiero al total de una columna (SOLUCIONADO)
Replies: 8
Views: 932

Re: Xbrowse or Report Bug

Silvio.Falconi wrote:Now seem run ok
perhaps I found the error
oCol:lTotal := .t.
oCol:nTotal :=0


Do you now mean, there is no bug in xbrowse or report or round function of Harbour?
by nageswaragunupudi
Wed Jan 17, 2018 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse or Report Bug
Replies: 10
Views: 1701

Re: Xbrowse or Report Bug

Now seem run ok
perhaps I found the error
oCol:lTotal := .t.
oCol:nTotal :=0
by Silvio.Falconi
Wed Jan 17, 2018 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse or Report Bug
Replies: 10
Views: 1701

Xbrowse or Report Bug

... } oCol:cHeader := i18n( "Importo Totale" ) oCol:nWidth := 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" ...
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: XBROWSE Change FOOTER PCITURE

... Instead of ADD oCol TO oBrwSumar DATA ARRAY ELEMENT 2 ;HEADER a2m("Test") ;SIZE 50 ; PICTURE "99999" ;EDITABLEoCol:lTotal := .t.oCol:nTotal := 0 Try ADD oCol TO oBrwSumar DATA ARRAY ELEMENT 2 ;HEADER a2m("Test") ;PICTURE "999999999" ;EDITABLE ...
by nageswaragunupudi
Fri May 23, 2014 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Change FOOTER PCITURE
Replies: 13
Views: 3347

XBROWSE Change FOOTER PCITURE

... the footer Example ADD oCol TO oBrwSumar DATA ARRAY ELEMENT 2 ; HEADER a2m("Test") ; SIZE 50 ; PICTURE "99999" ; EDITABLE oCol:lTotal := .t. oCol:nTotal := 0 I dont want total values like "3.0E5" // oCol:cFooterPicture := ("9999999999") // This is not possible ...
by avista
Thu May 22, 2014 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Change FOOTER PCITURE
Replies: 13
Views: 3347

Re: How to show Xbrowse-column-colors on a selected brush ?

... .T. ; ALIAS cAlias AUTOSORT FOOTERS LINES CELL NOBORDER ; BACKGROUND aGrad VERTICAL added colum-colors WITH OBJECT oBrw:Salary :nTotal := 0 ; :lTotal := .t. ; :nEditType := EDIT_GET :bClrstd := {|| { If( ( oBrw:cAlias )->( Deleted() ), 255, nXbrColTxt ), ; If( ( oBrw:cAlias )->SALARY ...
by ukoenig
Tue Mar 18, 2014 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show Xbrowse-column-colors on a selected brush ?
Replies: 3
Views: 816

Re: total in xbrowse

... i, 4 ] Endif oCol:oDataFont := oFont NEXT WITH OBJECT oBrw WITH OBJECT oBrw:aCols[2] :nDataStrAlign := AL_RIGHT :cEditPicture := '@E 99,999.99' :lTotal := .t. :nFooterType := AGGR_SUM :nFootStrAlign := AL_RIGHT END :nStretchCol := STRETCHCOL_WIDEST :lHscroll:=.f. :lVscroll:=.T. :lRecordSelector ...
by damianodec
Fri Mar 01, 2013 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: total in xbrowse
Replies: 26
Views: 4809

Re: total in xbrowse

... ; oBrw:RefreshFooters() } NEXT WITH OBJECT oBrw .... WITH OBJECT oBrw:aCols[8] :nDataStrAlign := AL_RIGHT :cEditPicture := '@ €99,999.99' :lTotal := .t. * :nTotal := nTotal :nFooterType := AGGR_SUM :nFootStrAlign := AL_RIGHT :nFootBmpNo := 1 // Footer BMP END :nStretchCol := STRETCHCOL_WIDEST ...
by Silvio.Falconi
Tue Feb 26, 2013 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: total in xbrowse
Replies: 26
Views: 4809

Re: picture en xbrowse

... oQryBancos:mov_mtomovi, "@E 9,999,999.99" ) ) } :nWidth := 70 :bEditValue := "@E 9,999,999.99" :nFootStrAlign := AL_RIGHT :lTotal := .t. :nTotal := 0 // sumamtomovi( oQryBancos ) :nFooterType := AGGR_SUM :nEditType := EDIT_GET :bEditValid := { | oGet, oCol | mayorqcero( ...
by joseluisysturiz
Sat Feb 16, 2013 2:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: picture en xbrowse
Replies: 10
Views: 1976

Re: ERROR XBROWSE MAKETOTALS

WITH OBJECT oBrw:aCols[8] :bStrData := { || CALC(IN->ITQTY,IN->ITUNIT,IN->ITTAX,IN->ITDESCONT,OBRW) } :nTotal := 0 :lTotal := .t. :nFooterType := AGGR_TOTAL MakeTotals() method totals numeric result of bEditValue codeblock. Please provide bEditValue codeblock returning a numeric ...
by nageswaragunupudi
Fri Feb 08, 2013 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR XBROWSE MAKETOTALS
Replies: 6
Views: 2068

Re: ERROR XBROWSE MAKETOTALS

... := {|| IIF( LEN( aItems ) = 0, SPACE(10) ,; // bEditValue TRANSFORM( aItems[oBrw:nArrayAt, 7], "@E 9,999,999.99" ) ) } :nWidth := 100 :lTotal := .t. // PARA TOTALIZAR COL. :nTotal := sumador(oBrw) // PARA TOTALIZAR COL. :nFooterType := AGGR_SUM // PARA TOTALIZAR COL. :cEditPicture := ...
by joseluisysturiz
Fri Feb 08, 2013 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR XBROWSE MAKETOTALS
Replies: 6
Views: 2068

Different picture into footer

... } :addbmpfile( ".\bitmaps\cassa16.bmp" ) :nDataStrAlign := AL_RIGHT :cEditPicture := '@ €99,999.99' :lTotal := .t. :nTotal :=0 :nFooterType := AGGR_SUM :nFootStrAlign := AL_RIGHT :nFootBmpNo := 1 // Footer BMP END
by Silvio.Falconi
Wed Feb 06, 2013 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different picture into footer
Replies: 1
Views: 551
Next

Return to advanced search