FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour PROBLEM WITH REPORT CLASS ( GROUP)
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
PROBLEM WITH REPORT CLASS ( GROUP)
Posted: Sat Mar 09, 2013 08:13 AM
I have this REPORT with groups



When the oReport create the group it show the footer "Totale Parziale" ( Parzial Total)

I wish insert a new line or CRLF or a SPACE between the groups

How I can Make to show it ?
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: 58
Joined: Thu Oct 13, 2005 01:26 PM
Re: PROBLEM WITH REPORT CLASS ( GROUP)
Posted: Sat Mar 09, 2013 11:19 AM

Dear Silvio

use this sample

ACTIVATE REPORT .... ON STARTGROUP oREP:NewLine()
or
ACTIVATE REPORT .... ON STARTGROUP ( oREP:NewLine() , oREP:NewLine() )

or

ACTIVATE REPORT .... ON ENDGROUP oREP:NewLine()
or
ACTIVATE REPORT .... ON ENDGROUP ( oREP:NewLine() , oREP:NewLine() )

Regards
Santo

Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: PROBLEM WITH REPORT CLASS ( GROUP)
Posted: Sat Mar 09, 2013 12:01 PM
nice I'm trying ...
ON STARTGROUP no!!!
ON ENDGROUP no !!!

Good .. ON POSTGROUP run ok

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