FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Print Group Header in all Pages - Treport
Posts: 31
Joined: Sun Jan 29, 2006 06:34 PM
Print Group Header in all Pages - Treport
Posted: Fri Feb 06, 2009 11:32 AM

Hi

How can i print the Group Header in All pages in Report Class ?

In a simple report the group header is only printed wher Group starts.

Best regards

                   Pedro Faro
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Print Group Header in all Pages - Treport
Posted: Fri Feb 06, 2009 06:11 PM

Try using oRpt:bStartPage.

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 31
Joined: Sun Jan 29, 2006 06:34 PM
Re: Print Group Header in all Pages - Treport
Posted: Sun Feb 08, 2009 11:09 PM

Hi James

Can you put all the sintaxe please(to print the Group Header in all the pages)

Best regards

                   Pedro
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Print Group Header in all Pages - Treport
Posted: Mon Feb 09, 2009 12:43 PM

Pedro,

I have never done it so I do not have an example.

If you are only using one defined group, then you may be able to just call the StartGroup method like this:

oRpt:bStartPage := ( || oRpt:startGroup( 1 ) }

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion