Search found 36 matches: lallowrowsizing

Return to advanced search

Re: ERROR XBROWSE CON MERGEVERT

... olbx1:nMarqueeStyle := 3 olbx1:lcoldividercomplete:=.f. olbx1:acols[1]:lAllowsizing:=.f. olbx1:nRowDividerStyle := LINESTYLE_BLACK olbx1:lallowrowsizing :=.f. olbx1:setcolor(rgb(0,0,0),rgb(255,255,206)) olbx1:nRowHeight := 27 oLbx1:acols[1]:lMergevert:=.t. Imagen https://drive.google.com/file/d/1BZfNI0KHL-ax-1n5aYod_eDHdac1lvnR/view?usp=drive_link ...
by elmoiquique
Mon Aug 28, 2023 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR XBROWSE CON MERGEVERT
Replies: 8
Views: 484

Re: edit a cell of a xbrowse

But I can resize the rows and columns...why ? oBrw:lAllowRowSizing := .f. // prevent row sizing oCol:lAllowSizing := .f. // prevent col resizing of a particular column oBrw:lAllowSizings := .f. // prent resizing of all columns. (2) when I enter a ...
by Silvio.Falconi
Sun Jun 12, 2022 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a cell of a xbrowse
Replies: 12
Views: 694

Re: edit a cell of a xbrowse

But I can resize the rows and columns...why ? oBrw:lAllowRowSizing := .f. // prevent row sizing oCol:lAllowSizing := .f. // prevent col resizing of a particular column oBrw:lAllowSizings := .f. // prent resizing of all columns. (2) when I enter a ...
by Silvio.Falconi
Sun Jun 12, 2022 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a cell of a xbrowse
Replies: 12
Views: 694

Re: edit a cell of a xbrowse

But I can resize the rows and columns...why ? oBrw:lAllowRowSizing := .f. // prevent row sizing oCol:lAllowSizing := .f. // prevent col resizing of a particular column oBrw:lAllowSizings := .f. // prent resizing of all columns. (2) when I enter a ...
by nageswaragunupudi
Sun Jun 12, 2022 1:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a cell of a xbrowse
Replies: 12
Views: 694

Re: edit a cell of a xbrowse

...  :lHscroll            := .f.         :lVscroll            := .t.         :l2007               := .f.         :l2015               := .f.         :lAllowRowSizing     := .f.         :lAllowColSwapping   := .f.         :lAllowColHiding     := .f.         :nRowDividerStyle    := 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

... := 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 ...
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

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

... .t. :nColorBox := CLR_HRED :nMarqueeStyle := MARQSTYLE_HIGHLWIN7 :lHscroll := .f. :l2007 := .F. :l2015 := .f. :nStretchCol := STRETCHCOL_WIDEST :lAllowRowSizing := .F. :lAllowColSwapping := .F. :lAllowColHiding := .F. :lRecordSelector := .F. :nColDividerStyle := LINESTYLE_LIGHTGRAY :nRowDividerStyle ...
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

... .t. :nColorBox := CLR_HRED :nMarqueeStyle := MARQSTYLE_HIGHLWIN7 :lHscroll := .f. :l2007 := .F. :l2015 := .f. :nStretchCol := STRETCHCOL_WIDEST :lAllowRowSizing := .F. :lAllowColSwapping := .F. :lAllowColHiding := .F. :lRecordSelector := .F. :nColDividerStyle := LINESTYLE_LIGHTGRAY :nRowDividerStyle ...
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: Using Get for incremental Seek/Filters

... items of the combobox on 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 ...
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

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

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

tdolphin y xbrowse

... := {|| { CLR_WHITE, RGB(24, 116, 205) } } oLbx:lColDividerComplete := .t. oLbx:nHeaderLines := 1 oLbx:lRecordSelector := .t. oLbx:lAllowRowSizing := .F. oLbx:l2007 := .T. oLbx:CreateFromCode() B) con ADO, si ingresaba un valor que era de parte de la primary key, al usar una funcion ...
by kpidata
Thu Sep 14, 2017 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y xbrowse
Replies: 3
Views: 1561

xbrowse ajustar columnas

... LINESTYLE_RAISED :nRowDividerStyle := 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)*/ ...
by Patricio Avalos Aguirre
Mon Feb 08, 2016 2:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse ajustar columnas
Replies: 1
Views: 679

Re: Sudoku with fwh

... ( You need a array like < numbers[9][9] > for the xBrowse, like You posted above ) To keep the cellsize, don't forget to include : oBrw:lAllowRowSizing := .F. FOR nCol := 1 to 9     WITH OBJECT oBrw:aCols[ nCol ]          :lAllowSizing := .F.     ENDNEXT  best regards Uwe :lol:
by ukoenig
Mon Jan 19, 2015 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sudoku with fwh
Replies: 28
Views: 8129
Next

Return to advanced search