Search found 36 matches: lallowrowsizing

Searched query: lallowrowsizing

by elmoiquique
Mon Aug 28, 2023 3:13 pm
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR XBROWSE CON MERGEVERT
Replies: 8
Views: 1152

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

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 number by moving between the cells with the ...
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: 1293

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 number by moving between the cells with the ...
by nageswaragunupudi
Sun Jun 12, 2022 1:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: edit a cell of a xbrowse
Replies: 12
Views: 1293

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 number by moving between the cells with the ...
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: 1293

Re: edit a cell of a xbrowse

... Str( i, 2 ) ) } ) :nEditTypes := EDIT_GET :nWidths := 30 :lHscroll := .f. :lVscroll := .t. :l2007 := .f. :l2015 := .f. :lAllowRowSizing := .f. :lAllowColSwapping := .f. :lAllowColHiding := .f. :nRowDividerStyle := LINESTYLE_LIGHTGRAY :nColDividerStyle := LINESTYLE_LIGHTGRAY ...
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: 535

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 ...
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: 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 ?
by FranciscoA
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

... 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 ...
by Silvio.Falconi
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

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

Re: XBrowse: Using Get for incremental Seek/Filters

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

: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 kpidata
Thu Sep 14, 2017 9:26 pm
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y xbrowse
Replies: 3
Views: 1892

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 Patricio Avalos Aguirre
Mon Feb 08, 2016 2:32 am
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse ajustar columnas
Replies: 1
Views: 766

xbrowse ajustar columnas

... 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 ...
by ukoenig
Mon Jan 19, 2015 10:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Sudoku with fwh
Replies: 28
Views: 9152

Re: Sudoku with fwh

... as difficult as using images.

( 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&#91; nCol &#93; :lAllowSizing := .F. ENDNEXT

best regards
Uwe