Number Total Pages

Post Reply
User avatar
Silvio.Falconi
Posts: 7104
Joined: Thu Oct 18, 2012 7:17 pm

Number Total Pages

Post 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
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
paquitohm
Posts: 284
Joined: Fri Jan 14, 2022 8:37 am

Re: Number Total Pages

Post by paquitohm »

Hi,

TImprime techique for stamping total pages from Rafa Thefull consist in write on .wmf/.emf after finish impresion
User avatar
Silvio.Falconi
Posts: 7104
Joined: Thu Oct 18, 2012 7:17 pm

Re: Number Total Pages

Post 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
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Post Reply