FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour refresh xbrowse
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
refresh xbrowse
Posted: Tue Dec 31, 2013 04:54 PM
I wish insert vertical separators into a xbrowse on action and use a checkbox to select it

@ 150, 95 CHECKBOX oChk[3] VAR lSeparatoriV Prompt "show vertical separator" SIZE 80, 10 PIXEL OF oFld:aDialogs[1];
ON CHANGE;
( IIF(lSeparatoriV ,oBrowse:nColDividerStyle :=LINESTYLE_LIGHTGRAY,;
oBrowse:nColDividerStyle :=LINESTYLE_NOLINES),;
oBrowse:refresh())



When I select it the xBrowse draw vertical separators only on headers and if the row is selected







then when I reopen the same xbrowse (I save the state and a small config into a file INI ) I can see the vertical separators also to bottom of xbrowse





why the xbrowse not refresh on line ?
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: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: refresh xbrowse
Posted: Thu Jan 02, 2014 05:10 PM

Any solution ?

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