FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to suppress Grand Total in Report Class ?
Posts: 115
Joined: Mon Oct 17, 2005 04:42 AM
How to suppress Grand Total in Report Class ?
Posted: Fri Jun 02, 2006 06:15 AM

Dear All,

I want to page Pagewise Total but not Grand Total ? How can I achieve it ?

I am printing Report - Groupwise Pagewise. So printing Grand total on last group has no meaning.

How can I suppress Grand Total only ?

TIA
Milan.

Posts: 1088
Joined: Fri Oct 07, 2005 03:33 PM
Re: How to suppress Grand Total in Report Class ?
Posted: Fri Jun 02, 2006 04:25 PM
Hello,

you can try with some of the follow code blocks

bpostgroup, bend, bpostend

and define data :ltotal := .F. or :lpagetotal := .F.

I hope this can help you

regards

Marcelo


Milan Mehta wrote:Dear All,

I want to page Pagewise Total but not Grand Total ? How can I achieve it ?

I am printing Report - Groupwise Pagewise. So printing Grand total on last group has no meaning.

How can I suppress Grand Total only ?

TIA
Milan.
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
How to suppress Grand Total in Report Class ?
Posted: Wed Jun 07, 2006 01:09 AM

ACTIVATE REPORT ... ON END oReport:lTotal := .f.

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion