Page 1 of 1

Number Total Pages

PostPosted: Fri Nov 17, 2023 3:18 pm
by Silvio.Falconi
How I can calculate on Report ( class Treport) the total number of pages ?


local nTotalpages:= ?

oRep:oTitle := TrLine():New( {{|| cf(date())+"- Pagina : "+Str(oRep:nPage,3)+"/"+Str(nTotalpages,3)} }, oRep, 2 )

I tried also with nTotalpages:=:= Round(oRep:nCount/oRep:nPageSize,0)
thanks

Re: Number Total Pages

PostPosted: Fri Nov 17, 2023 5:37 pm
by paquitohm
Hi,

TImprime techique for stamping total pages from Rafa Thefull consist in write on .wmf/.emf after finish impresion

Re: Number Total Pages

PostPosted: Sat Nov 18, 2023 6:59 pm
by Silvio.Falconi
paquitohm wrote:Hi,

TImprime techique for stamping total pages from Rafa Thefull consist in write on .wmf/.emf after finish impresion



?????????

1) I wrote i using Treport class of fwh
2) I not wrote another class