:lAllowColSizing

Post Reply
User avatar
Silvio.Falconi
Posts: 7164
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 2 times

:lAllowColSizing

Post by Silvio.Falconi »

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
User avatar
nageswaragunupudi
Posts: 10729
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 10 times
Contact:

Re: :lAllowColSizing

Post by nageswaragunupudi »

oBrw:lAllowSizings := .f.
Regards

G. N. Rao.
Hyderabad, India
User avatar
Silvio.Falconi
Posts: 7164
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 2 times

Re: :lAllowColSizing

Post by Silvio.Falconi »

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
User avatar
nageswaragunupudi
Posts: 10729
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 10 times
Contact:

Re: :lAllowColSizing

Post by nageswaragunupudi »

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

G. N. Rao.
Hyderabad, India
Post Reply