FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TO NAGES
Posts: 401
Joined: Tue Jan 05, 2010 02:33 PM

TO NAGES

Posted: Sun Jul 31, 2011 07:40 AM

Please can you maek a test sample with Multi header on Xbrowse with a dbf

I must create somethig as this

|GENERAL -----------|-----------------LOW-----------|------------------MIDDLE-------|-------------------HIGHT----------|

row1 row2 row3 | row1 row2 row3 row4 row5 |row1 row2 row3 row4 row5|row1 row2 row3 row4 row5 |

I tries to make it but when I click the horizontal scroll and th e procedure let me see the last colums to right the procedure hide the multi HEADER

FWH .. BC582.. xharbour
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: TO NAGES

Posted: Sun Jul 31, 2011 09:29 AM

Please try \fwh\samples\testhead.prg.

First define the xbrowe with all columns normally.
Then use the method oBrw:SetGroupHeader( <cGrpHeader>, nFromCol, nLastCol ).
Using this method, set any number of groups, without overlapping.
It is programmer's responsibility to ensure that the groups are not overlapped.

This method is available from FWH 9.12 ( Dec 2009 ) onwards.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion