FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xbrowse Header extension
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
xbrowse Header extension
Posted: Wed Mar 09, 2016 10:52 PM

Maybe I'm not remembering correctly.

I'm using the new COMMAND syntax for xBrowse and all works well. To be consistent for my clients, all main dialogs are the same size, and the xbrowse in the .rc is also the same width.

In some cases, the data I am displaying does not fill the full width of the browse control space. I'm using a gradient header for the browse. In cases where we have space to the right of the last data column, we have the lines to separate row and column. However, the gradient header does not extend over it.

Didn't we have a command at one time that allowed the gradient ( or colored ) header display across the full width ?

If so, how do we activate it now ?

Thanks.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Re: xbrowse Header extension
Posted: Thu Mar 10, 2016 05:41 PM

Tim, try oBrw:nStretchCol := STRETCHCOL_LAST

Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: xbrowse Header extension
Posted: Thu Mar 10, 2016 10:53 PM

Thanks ... I may "game" this a bit and try adding an extra blank column. That can throw things off if we have numeric data.

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xbrowse Header extension
Posted: Mon May 16, 2016 04:45 PM

New in FWH16.04
Set
oBrw:lGradientComplete := .t.

Regards



G. N. Rao.

Hyderabad, India
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: xbrowse Header extension
Posted: Mon May 16, 2016 04:51 PM

Nice ... I will look at adding that.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit

Continue the discussion