... 60
:oHeaderFonts := oFont
:nFooterHeight := 20
:nFooterLines := 2
:oFooterFonts := eFont
:nFreeze := 3
:nStretchCol := 3
:lAllowColHiding := .F.
:lAllowColSwapping := .F.
:lDisplayZeros := .F.
:lRecordSelector := .F.
:lHScroll := .F.
:l2007 := .F.
:lFooter := .T ...
Search found 31 matches: lallowcolhiding
Searched query: lallowcolhiding
- Mon Aug 19, 2024 3:30 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: FWH64 : ERROR SE SALE DEL SISTEMA
- Replies: 33
- Views: 7755
- Mon Apr 08, 2024 6:31 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error Fwh 24.02 con XBROWSE
- Replies: 0
- Views: 743
Error Fwh 24.02 con XBROWSE
... 25
:nHeaderLines := 4
:nHeaderHeight := 70
:oHeaderFonts := oFont
:nFooterHeight := 20
:nFooterLines := 2
:nStretchCol := 3
:lAllowColHiding := .F.
:lAllowColSwapping := .F.
:lDisplayZeros := .F.
:lRecordSelector := .F.
:lHScroll := .F.
:l2007 := .F.
:lFooter := .T ...
:nHeaderLines := 4
:nHeaderHeight := 70
:oHeaderFonts := oFont
:nFooterHeight := 20
:nFooterLines := 2
:nStretchCol := 3
:lAllowColHiding := .F.
:lAllowColSwapping := .F.
:lDisplayZeros := .F.
:lRecordSelector := .F.
:lHScroll := .F.
:l2007 := .F.
:lFooter := .T ...
- Sat Jun 11, 2022 11:54 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: edit a cell of a xbrowse
- Replies: 12
- Views: 1293
Re: edit a cell of a xbrowse
... EDIT_GET :nWidths := 30 :lHscroll := .f. :lVscroll := .t. :l2007 := .f. :l2015 := .f. :lAllowRowSizing := .f. :lAllowColSwapping := .f. :lAllowColHiding := .f. :nRowDividerStyle := LINESTYLE_LIGHTGRAY :nColDividerStyle := LINESTYLE_LIGHTGRAY :bRecSelHeader := { || " " } :SetStyle( ...
- Thu May 12, 2022 7:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: no sizing the column of xbrowse
- Replies: 3
- Views: 535
Re: no sizing the column of xbrowse
... 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 ...
:lHscroll := .f.
:lVscroll := .f.
:l2007 := .f.
:l2015 := .f.
:lAllowRowSizing := .f.
:lAllowColSwapping := .f.
:lAllowColHiding := .f.
:lRecordSelector := .f.
:nRowDividerStyle := LINESTYLE_LIGHTGRAY
:nColDividerStyle := LINESTYLE_LIGHTGRAY
:SetGroupHeader( "Numeri ...
- Wed May 11, 2022 12:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: no sizing the column of xbrowse
- Replies: 3
- Views: 535
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 ?
:lAllowColSwapping := .f.
:lAllowColHiding := .f.
I use these parameters
but the user can move the column .... why ?
why not exit :lAllowRowSizing ?
- Mon Mar 07, 2022 2:12 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Colorized cell of xbrowse
- Replies: 13
- Views: 1880
Re: Colorized cell of xbrowse
... lHscroll := .f.
:l2007 := .F.
:l2015 := .f.
:nStretchCol := STRETCHCOL_WIDEST
:lAllowRowSizing := .F.
:lAllowColSwapping := .F.
:lAllowColHiding := .F.
:lRecordSelector := .F.
:nColDividerStyle := LINESTYLE_LIGHTGRAY
:nRowDividerStyle := LINESTYLE_LIGHTGRAY
:nRowDividerStyle ...
:l2007 := .F.
:l2015 := .f.
:nStretchCol := STRETCHCOL_WIDEST
:lAllowRowSizing := .F.
:lAllowColSwapping := .F.
:lAllowColHiding := .F.
:lRecordSelector := .F.
:nColDividerStyle := LINESTYLE_LIGHTGRAY
:nRowDividerStyle := LINESTYLE_LIGHTGRAY
:nRowDividerStyle ...
- Sun Mar 06, 2022 4:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Colorized cell of xbrowse
- Replies: 13
- Views: 1880
Re: Colorized cell of xbrowse
... lHscroll := .f.
:l2007 := .F.
:l2015 := .f.
:nStretchCol := STRETCHCOL_WIDEST
:lAllowRowSizing := .F.
:lAllowColSwapping := .F.
:lAllowColHiding := .F.
:lRecordSelector := .F.
:nColDividerStyle := LINESTYLE_LIGHTGRAY
:nRowDividerStyle := LINESTYLE_LIGHTGRAY
:nRowDividerStyle ...
:l2007 := .F.
:l2015 := .f.
:nStretchCol := STRETCHCOL_WIDEST
:lAllowRowSizing := .F.
:lAllowColSwapping := .F.
:lAllowColHiding := .F.
:lRecordSelector := .F.
:nColDividerStyle := LINESTYLE_LIGHTGRAY
:nRowDividerStyle := LINESTYLE_LIGHTGRAY
:nRowDividerStyle ...
- Mon Oct 18, 2021 2:25 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: xbrowse + Tdolphin + Mysql
- Replies: 2
- Views: 618
Re: xbrowse + Tdolphin + Mysql
... 25
:nHeaderLines := 3
:nHeaderHeight := 60
HeaderFonts := oFont
:nFooterHeight := 20
:nFooterLines := 2
:nStretchCol := 6
:lAllowColHiding := .F.
:lAllowColSwapping := .F.
:lDisplayZeros := .F.
:lRecordSelector := .F.
:lHScroll := .F.
:l2007 := .F.
:lFooter := .T ...
:nHeaderLines := 3
:nHeaderHeight := 60
HeaderFonts := oFont
:nFooterHeight := 20
:nFooterLines := 2
:nStretchCol := 6
:lAllowColHiding := .F.
:lAllowColSwapping := .F.
:lDisplayZeros := .F.
:lRecordSelector := .F.
:lHScroll := .F.
:l2007 := .F.
:lFooter := .T ...
- Thu Feb 18, 2021 8:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse: Using Get for incremental Seek/Filters
- Replies: 32
- Views: 5103
Re: XBrowse: Using Get for incremental Seek/Filters
... 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" ACTION ( SelectColumns( oBrw ...
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" ACTION ( SelectColumns( oBrw ...
- Thu Nov 12, 2020 10:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: change on line a combo
- Replies: 24
- Views: 6247
change on line a combo
... user has changed the columns and then modify the combobox?
or how do i block the ability to select columns in the browse header?
ok with :lAllowColHiding := .f.
at the beginning I insert a column to create the setcheck
WITH OBJECT oBrw:InsCol(1)
:nwidth:= 30
:bEditValue := { || AScan( oBrw ...
or how do i block the ability to select columns in the browse header?
ok with :lAllowColHiding := .f.
at the beginning I insert a column to create the setcheck
WITH OBJECT oBrw:InsCol(1)
:nwidth:= 30
:bEditValue := { || AScan( oBrw ...
- Thu May 21, 2020 9:36 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: pintar filas en xbrowse multiselect- SOLUCIONADO-
- Replies: 4
- Views: 804
Re: pintar filas en xbrowse multiselect
WITH OBJECT oBrw
:lDisplayZeros := .F.
:nMarqueeStyle := MARQSTYLE_HIGHLROWRC
:lMultiSelect := .t.
:nStretchCol := STRETCHCOL_WIDEST
:bClrStd := {|| { RGB(0,0,0),colores( aItems[ oBrw:nat, 4 ] ) } }
:lColDividerComplete := .T.
:lAllowColHiding := .F.
:lRecordSelector := .F.
END WITH
:lDisplayZeros := .F.
:nMarqueeStyle := MARQSTYLE_HIGHLROWRC
:lMultiSelect := .t.
:nStretchCol := STRETCHCOL_WIDEST
:bClrStd := {|| { RGB(0,0,0),colores( aItems[ oBrw:nat, 4 ] ) } }
:lColDividerComplete := .T.
:lAllowColHiding := .F.
:lRecordSelector := .F.
END WITH
- Mon Jan 14, 2019 4:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: allow row and col sizing swap
- Replies: 4
- Views: 827
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 ?
:lAllowRowSizing := .F.
:lAllowColSwapping := .F.
:lAllowColHiding := .F.
But I can resize the column why ? where is the error ?
- Mon Jul 09, 2018 6:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: :lAllowColSizing
- Replies: 3
- Views: 637
:lAllowColSizing
... 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 ...
: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 ...
- Sat Aug 19, 2017 10:04 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: agregar combobox a xbrowse en los header
- Replies: 5
- Views: 1596
Re: agregar combobox a xbrowse en los header
... 452 PIXEL STYLE WS_POPUP
@ 0, 0 XBROWSE oBrw OF oDlg ARRAY aData ;
PICTUREs "!!!!!!!!!!!!!!!!!!!";
AUTOCOLS ;
CELL ;
FASTEDIT
oBrw:lAllowColHiding := .f.
oBrw:CreateFromCode()
oBrw:lHeader := .F.
@ 6.2, 1 BUTTON "Aplicar" OF oDlg ACTION (lAceptar:=.T.,oDlg:End())
@ 6.2, 9 BUTTON ...
@ 0, 0 XBROWSE oBrw OF oDlg ARRAY aData ;
PICTUREs "!!!!!!!!!!!!!!!!!!!";
AUTOCOLS ;
CELL ;
FASTEDIT
oBrw:lAllowColHiding := .f.
oBrw:CreateFromCode()
oBrw:lHeader := .F.
@ 6.2, 1 BUTTON "Aplicar" OF oDlg ACTION (lAceptar:=.T.,oDlg:End())
@ 6.2, 9 BUTTON ...
- Mon Feb 08, 2016 2:32 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: xbrowse ajustar columnas
- Replies: 1
- Views: 766
xbrowse ajustar columnas
... LINESTYLE_RAISED
:nMarqueeStyle := MARQSTYLE_HIGHLROW
:LAllowColSwapping := .f.
:lColDividerComplete := .f.
:lAllowRowSizing := .f.
:lAllowColHiding := .f.
:lKineticBrw := .f.
:nRowHeight := 24
:nHeaderHeight := 22
:bClrRowFocus := { || { CLR_BLACK, aGradRowSel/*RGB(185,220,255 ...
:nMarqueeStyle := MARQSTYLE_HIGHLROW
:LAllowColSwapping := .f.
:lColDividerComplete := .f.
:lAllowRowSizing := .f.
:lAllowColHiding := .f.
:lKineticBrw := .f.
:nRowHeight := 24
:nHeaderHeight := 22
:bClrRowFocus := { || { CLR_BLACK, aGradRowSel/*RGB(185,220,255 ...