FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How block column information
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
How block column information
Posted: Mon May 06, 2013 11:47 AM
How I can block if the user click on column information ?

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: 368
Joined: Sun May 31, 2009 06:25 PM
Re: How block column information
Posted: Mon May 06, 2013 11:59 AM
Code (fw): Select all Collapse
oBrowse:aCols[ 1 ]:bRClickHeader := { || NIL }
oBrowse:aCols[ 2 ]:bRClickHeader := { || NIL }
Regards,



André Dutheil

FWH 13.04 + HB 3.2 + MSVS 10
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: How block column information
Posted: Mon May 06, 2013 03:20 PM

Sorry but I think there is a specific command, I 'm sure it was but I not remember good

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: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: How block column information
Posted: Mon May 06, 2013 03:26 PM

found oBrw:lAllowColHiding := .f.

because if you have a sort (index) to make you must use bRClickHeader command

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: 368
Joined: Sun May 31, 2009 06:25 PM
Re: How block column information
Posted: Mon May 06, 2013 06:12 PM

In lieu of NIL use the function you need to criate your index.

Regards,



André Dutheil

FWH 13.04 + HB 3.2 + MSVS 10

Continue the discussion