no sizing the column of xbrowse

no sizing the column of xbrowse

Postby Silvio.Falconi » Wed May 11, 2022 12:05 pm

:lAllowRowSizing := .f.
:lAllowColSwapping := .f.
:lAllowColHiding := .f.

I use these parameters
but the user can move the column .... why ?

why not exit :lAllowRowSizing ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 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
Silvio.Falconi
 
Posts: 6834
Joined: Thu Oct 18, 2012 7:17 pm

Re: no sizing the column of xbrowse

Postby Otto » Wed May 11, 2022 7:22 pm

Hello Silvio,
maybe you look for:

oBrw:lAllowColSwapping := .f.

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6046
Joined: Fri Oct 07, 2005 7:07 pm

Re: no sizing the column of xbrowse

Postby Silvio.Falconi » Thu May 12, 2022 7:20 am

Otto wrote:Hello Silvio,
maybe you look for:

oBrw:lAllowColSwapping := .f.

Best regards,
Otto



Please I wrote
on my config I have allready

WITH OBJECT oBrw
:nRowHeight := 27
:nClrBorder := CLR_GRAY
:lDrawBorder := .t.
* :nColorBox := CLR_HRED
:lHscroll := .f.
:lVscroll := .f.
:l2007 := .f.
:l2015 := .f.
:lAllowRowSizing := .f.
:lAllowColSwapping := .f.
:lAllowColHiding := .f.

:lRecordSelector := .f.
:nRowDividerStyle := LINESTYLE_LIGHTGRAY
:nColDividerStyle := LINESTYLE_LIGHTGRAY
:SetGroupHeader( "Numeri Estratti ", 1, 6 )
:SetGroupHeader( if( nRadio == 1, "Somme estratti", "Distanze cilometriche" ), 7, 16 )
:nMarqueeStyle := MARQSTYLE_NOMARQUEE
:CreateFromCode()
End


But I have this problem

Image



the final user must not resizing the columns
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 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
Silvio.Falconi
 
Posts: 6834
Joined: Thu Oct 18, 2012 7:17 pm

Re: no sizing the column of xbrowse

Postby Marc Venken » Thu May 12, 2022 8:03 am

You need for cols

:lAllowSizings := .f.
Marc Venken
Using: FWH 23.04 with Harbour
User avatar
Marc Venken
 
Posts: 1355
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 33 guests