Search found 58 matches: lallowcolswapping

Return to advanced search

Re: edit a cell of a xbrowse

...  :lVscroll            := .t.         :l2007               := .f.         :l2015               := .f.         :lAllowRowSizing     := .f.         :lAllowColSwapping   := .f.         :lAllowColHiding     := .f.         :nRowDividerStyle    := LINESTYLE_LIGHTGRAY         :nColDividerStyle    := LINESTYLE_LIGHTGRAY  ...
by Silvio.Falconi
Sat Jun 11, 2022 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a cell of a xbrowse
Replies: 12
Views: 694

Re: no sizing the column of xbrowse

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 ...
by Silvio.Falconi
Thu May 12, 2022 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: no sizing the column of xbrowse
Replies: 3
Views: 444

Re: no sizing the column of xbrowse

Hello Silvio,
maybe you look for:

oBrw:lAllowColSwapping := .f.

Best regards,
Otto
by Otto
Wed May 11, 2022 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: no sizing the column of xbrowse
Replies: 3
Views: 444

no sizing the column of xbrowse

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

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

why not exit :lAllowRowSizing ?
by Silvio.Falconi
Wed May 11, 2022 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: no sizing the column of xbrowse
Replies: 3
Views: 444

Re: Colorized cell of xbrowse

... :nMarqueeStyle := MARQSTYLE_HIGHLWIN7 :lHscroll := .f. :l2007 := .F. :l2015 := .f. :nStretchCol := STRETCHCOL_WIDEST :lAllowRowSizing := .F. :lAllowColSwapping := .F. :lAllowColHiding := .F. :lRecordSelector := .F. :nColDividerStyle := LINESTYLE_LIGHTGRAY :nRowDividerStyle := LINESTYLE_LIGHTGRAY ...
by FranciscoA
Mon Mar 07, 2022 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1258

Re: Colorized cell of xbrowse

... :nMarqueeStyle := MARQSTYLE_HIGHLWIN7 :lHscroll := .f. :l2007 := .F. :l2015 := .f. :nStretchCol := STRETCHCOL_WIDEST :lAllowRowSizing := .F. :lAllowColSwapping := .F. :lAllowColHiding := .F. :lRecordSelector := .F. :nColDividerStyle := LINESTYLE_LIGHTGRAY :nRowDividerStyle := LINESTYLE_LIGHTGRAY ...
by Silvio.Falconi
Sun Mar 06, 2022 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colorized cell of xbrowse
Replies: 13
Views: 1258

Re: xbrowse + Tdolphin + Mysql

... :nHeaderLines := 3 :nHeaderHeight := 60 :oHeaderFonts := oFont :nFooterHeight := 20 :nFooterLines := 2 :nStretchCol := 6 :lAllowColHiding := .F. :lAllowColSwapping := .F. :lDisplayZeros := .F. :lRecordSelector := .F. :lHScroll := .F. :l2007 := .F. :lFooter := .T. :lDrawBorder := .t. :lAllowColReGroup ...
by CARLOS ATUNCAR
Mon Oct 18, 2021 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 455

Re: XBrowse: Using Get for incremental Seek/Filters

... the basis of columns where oCol:lHide == .f. " But I not understood How make it today I set on xbrowse these lines :lAllowRowSizing := .F. :lAllowColSwapping := .F. :lAllowColHiding := .F. the user cannot change the column configuration then I insert on a menu MENUITEM "Colonne" ...
by Silvio.Falconi
Thu Feb 18, 2021 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Using Get for incremental Seek/Filters
Replies: 32
Views: 3707

Need Help With xBrowse (Resolved)

... := 3 //LINESTYLE_BLACK oBrw:nRowDividerStyle := 3 //LINESTYLE_BLACK oBrw:lColDividerComplete := .T. oBrw:lHScroll := .T. oBrw:lVScroll := .T. oBrw:lAllowColSwapping := .T. oBrw:nFreeze := 2 oBrw:lFastEdit := .T. AEval( oBrw:aCols, { |o| o:nHeadStrAlign := AL_CENTER } ) oBrw:bPopUp := { |o| ColMenu( ...
by RiazKhan
Sat Apr 04, 2020 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help With xBrowse (Resolved)
Replies: 6
Views: 1009

allow row and col sizing swap

on a xbrowse to block column I made
:lAllowRowSizing := .F.
:lAllowColSwapping := .F.
:lAllowColHiding := .F.

But I can resize the column why ? where is the error ?
by Silvio.Falconi
Mon Jan 14, 2019 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: allow row and col sizing swap
Replies: 4
Views: 768

:lAllowColSizing

... 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 ...
by Silvio.Falconi
Mon Jul 09, 2018 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: :lAllowColSizing
Replies: 3
Views: 558

Re: alias dinamicos en dialogos nomodales

... Of oWnd oBrw := TxBrowse():New( oDlg ) ( cAlias )->( oBrw:SetRDD( .f. ) ) // <--- Add this here oBrw:nHeaderLines := 1 oBrw:lAllowColSwapping :=.F. oBrw:nColSel := 1 oBrw:nRowHeight := 18 oBrw:nMarqueeStyle := MARQSTYLE_HIGHLCELL oBrw:nColDividerStyle := LINESTYLE_BLACK oBrw:lColDividerComplete ...
by nageswaragunupudi
Fri Mar 10, 2017 1:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: alias dinamicos en dialogos nomodales
Replies: 15
Views: 3656

Re: alias dinamicos en dialogos nomodales

... RESOURCE "concepto2" TITLE "Catalogo de Conceptos"+cAlias Of oWnd ; oBrw := TxBrowse():New( oDlg ) oBrw:nHeaderLines := 1 oBrw:lAllowColSwapping :=.F. oBrw:nColSel := 1 oBrw:nRowHeight := 18 oBrw:nMarqueeStyle := MARQSTYLE_HIGHLCELL oBrw:nColDividerStyle := LINESTYLE_BLACK oBrw:lColDividerComplete ...
by Miguel Salas
Fri Mar 10, 2017 12:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: alias dinamicos en dialogos nomodales
Replies: 15
Views: 3656

Re: alias dinamicos en dialogos nomodales

... (cAliasCon) VIA "DBFCDX" (cAliasCon)->(ORDSETFOCUS("EMPCON")) oBrw := TxBrowse():New( oDlg ) oBrw:nHeaderLines := 1 oBrw:lAllowColSwapping :=.F. oBrw:nColSel := 1 oBrw:nRowHeight := 18 oBrw:nMarqueeStyle := MARQSTYLE_HIGHLCELL oBrw:nColDividerStyle := LINESTYLE_BLACK oBrw:lColDividerComplete ...
by Miguel Salas
Wed Mar 08, 2017 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: alias dinamicos en dialogos nomodales
Replies: 15
Views: 3656

xbrowse ajustar columnas

... := STRETCHCOL_WIDEST :nColDividerStyle := LINESTYLE_RAISED :nRowDividerStyle := LINESTYLE_RAISED :nMarqueeStyle := MARQSTYLE_HIGHLROW :LAllowColSwapping := .f. :lColDividerComplete := .f. :lAllowRowSizing := .f. :lAllowColHiding := .f. :lKineticBrw := .f. :nRowHeight := 24 :nHeaderHeight ...
by Patricio Avalos Aguirre
Mon Feb 08, 2016 2:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse ajustar columnas
Replies: 1
Views: 679
Next

Return to advanced search