FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour :lAllowColSizing
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
:lAllowColSizing
Posted: Mon Jul 09, 2018 06:58 PM

I wish stop an xbrowse from final user
I made

WITH OBJECT oBrw
:lHScroll := :lVScroll := .f.
:nStretchCol := 1
:nFreeze := 1
:lAllowRowSizing := .F.
:lColDividerComplete := .F.
:lAllowColSwapping := .F.
:lAllowColHiding := .F.
:nMarqueeStyle := MARQSTYLE_NOMARQUEE
:l2007 := .f.
:l2015 := .t.
:nColDividerStyle := LINESTYLE_NOLINES
END

the problem is the final user can also move and size the columns

I tried with :lAllowColSizing := .F. but it seems no exist
how I can resolve ?

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: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: :lAllowColSizing
Posted: Mon Jul 09, 2018 09:28 PM

oBrw:lAllowSizings := .f.

Regards



G. N. Rao.

Hyderabad, India
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: :lAllowColSizing
Posted: Mon Jul 09, 2018 09:39 PM

sorry then I found it
but I not have it on my release
but on wich release is it ?

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: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: :lAllowColSizing
Posted: Mon Jul 09, 2018 09:54 PM

sorry
oBrw:lAllowSizings := .f.
This is in all versions.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion