FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Error on report Page
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Error on report Page
Posted: Wed Jul 31, 2024 08:53 PM


what is #pgc# ?

On source I have

Code (fw): Select all Collapse
 oBrw:Report( cTitle, , , ;
         { |oRep, oBrw| MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,aCampi ) } )


static function MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,afields )
....
nTotalpages:= oRep:oDevice:cLastPage
....
  oRep:oTitle := TrLine():New( {{|| DTOS(date())+"- Pagina  : "+Str(oRep:nPage,3)+"/"+(nTotalpages)} }, oRep, 2 )


Any solution ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 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
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Error on report Page
Posted: Thu Aug 01, 2024 07:19 AM

This is due to a bug. Thanks for pointing out.

Please let us know your FWH version so that we can suggest you the fix.

Regards



G. N. Rao.

Hyderabad, India
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: Error on report Page
Posted: Thu Aug 01, 2024 09:47 AM

I think I have the last , but i must check thus evening now i am on the beach

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 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
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: Error on report Page
Posted: Fri Aug 02, 2024 04:28 PM
nageswaragunupudi wrote:This is due to a bug. Thanks for pointing out.
Please let us know your FWH version so that we can suggest you the fix.
#define FWVERSION "FWH 24.04"
#define FW_VersionNo 24040
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 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

Continue the discussion