FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ASSISTANCE NEEDED - Dual xbrowse header
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ASSISTANCE NEEDED - Dual xbrowse header
Posted: Wed Dec 23, 2009 02:33 PM

Tim,

We have totally replaced the group header implementation in Class TXBrowse.

We will publish the new changes in next FWH 9.12 :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: ASSISTANCE NEEDED - Dual xbrowse header
Posted: Wed Dec 23, 2009 03:10 PM

Antonio,
Perhaps I not understand which is the problem !!

Best Regards, Saludos



Falconi Silvio
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ASSISTANCE NEEDED - Dual xbrowse header
Posted: Wed Dec 23, 2009 03:37 PM

Silvio,

We will provide a complete explanation in a day or two, when we publish FWH 9.12 :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: ASSISTANCE NEEDED - Dual xbrowse header
Posted: Sun Dec 27, 2009 02:04 PM
Downloaded FWH 9.12.

The new syntax for setting group headers is :
oBrw:SetGroupHeader( cGroupHeader, [nFromCol], [nUptoCol], [oFont] )

In the above example, the group headers can be set with the following code:
Code (fw): Select all Collapse
   for n := 0 to 4
      oBrw:SetGroupHeader( NtoCDoW( n + 2 ), n * 9 + 2, n * 9 + 10, oBold ) // font is optional
   next

The original examples, with similar gradient colors, could look like this:
Regards



G. N. Rao.

Hyderabad, India

Continue the discussion