Search found 3 matches: cfooter

Searched query: cfooter

by JoseAlvarez
Tue Dec 05, 2023 2:48 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Footers con texto xBrowse
Replies: 5
Views: 984

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 9,999,999.99")}
...

aPart:={}
aPart ...
by cmsoft
Tue Dec 05, 2023 11:33 am
Forum: FiveWin para Harbour/xHarbour
Topic: Footers con texto xBrowse
Replies: 5
Views: 984

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 9,999,999.99")}
...

aPart:={}
aPart ...
by Silvio.Falconi
Tue Nov 28, 2023 8:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 8440

Re: Calculate total pages

... 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


oRep ...