Search found 133 matches: nfreeze

Return to advanced search

Re: How do I know the field name in xbrowse:column

Dear Mst.Rao and Maurizio, I got another problem for ::nFreeze. If you scroll to right until the column hide under freeze, the :cExpr will show incorrected. I use cField := oBrw:aCols[oBrw:nColSel]:cExpr Maurizio Dear Master, It works correctly. Thx. ...
by dutch
Tue Dec 19, 2023 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2277

Re: How do I know the field name in xbrowse:column

dutch wrote:Dear Mst.Rao and Maurizio,
I got another problem for ::nFreeze. If you scroll to right until the column hide under freeze, the :cExpr will show incorrected.
Maurizio wrote:I use

cField := oBrw:aCols[oBrw:nColSel]:cExpr

Maurizio


Try
Code: Select all  Expand view
cField := oBrw:SelectedCol():cExpr
by nageswaragunupudi
Mon Dec 18, 2023 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2277

Re: How do I know the field name in xbrowse:column

Dear Mst.Rao and Maurizio,
I got another problem for ::nFreeze. If you scroll to right until the column hide under freeze, the :cExpr will show incorrected.
Maurizio wrote:I use

cField := oBrw:aCols[oBrw:nColSel]:cExpr

Maurizio
by dutch
Sun Dec 17, 2023 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2277

Re: WBrowse - color fondo cabecera y Congelar columnas- consulta

Hola y gracias Karinha por responder,

Pero WBrowse de FWH 21.06 no considera nFreeze en su DATA, y en sus métodos GoLeft y GoRight no existe código para manejar filas congeladas.

Sigo atento y también buscando opciones.

Saludos
by José
Fri Mar 17, 2023 4:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WBrowse - color fondo cabecera y Congelar columnas- consulta
Replies: 6
Views: 617

FWMariaDB and XBrowse - Query - Mr. Rao

... 20, 20, 20, 20, 20, 20, ; 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20 ; FASTEDIT WITH OBJECT oBrw :nEditTypes := EDIT_GET :SetChecks( nil, .t. ) :nfreeze := 4 :lEdit:=.t. END WITH ACTIVATE DIALOG oDlg CENTER oRs:Close() RETURN nil I have this code, it allows me to display the information of a ...
by jose_murugosa
Tue Dec 21, 2021 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMariaDB and XBrowse - Query - Mr. Rao
Replies: 0
Views: 139

Re: Xbrowse que no se deja editar

Antonio Linares wrote:Prueba a quitar esto o a cambiarlo

:nfreeze := 4



Gracias por tu respuesta Antonio, pero sigue igual :(
by jose_murugosa
Fri Dec 17, 2021 6:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse que no se deja editar
Replies: 7
Views: 562

Re: Xbrowse que no se deja editar

Prueba a quitar esto o a cambiarlo

:nfreeze := 4
by Antonio Linares
Fri Dec 17, 2021 5:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse que no se deja editar
Replies: 7
Views: 562

ArrayIncrFilter

... := LINESTYLE_BLACK oBrw[I]:nRowDividerStyle := LINESTYLE_BLACK oBrw[I]:nMarqueeStyle := MARQSTYLE_HIGHLCELL oBrw[I]:lFastEdit := .T. oBrw[I]:nFreeze := 4 oBrw[I]:nHeaderLines := 2 oBrw[I]:lHScroll := .f. oBrw[I]:lVScroll := .F. oBrw[I]:bPastEof := {|| NewReg(aData,oBrw,oFld:nOption) } oBrw[I]:lFooter ...
by jbrita
Thu Apr 01, 2021 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 2
Views: 634

Re: Extraño comportamiento en Xbrowse

... derecho del xbrowse en lugar de desplazar las columnas hacia la izquierda, salta el cursor al margen izquierdo del xbrowse, he probado modificando nfreeze tampoco actua correctamente. Ocurre aplicando estos dos estilos a las líneas MARQSTYLE_SOLIDCELL y MARQSTYLE_HIGHLCELL . Muc chas gracias Un ...
by groiss
Tue Feb 02, 2021 6:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Extraño comportamiento en Xbrowse
Replies: 10
Views: 1108

Need Help With xBrowse (Resolved)

... := 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( o ) } AEval( oBrw:aCols, ...
by RiazKhan
Sat Apr 04, 2020 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help With xBrowse (Resolved)
Replies: 6
Views: 1010

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

Re: freeze columns

Hi, oBrw:nFreeze = nCol...ready... :shock:
by joseluisysturiz
Mon May 14, 2018 10:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: freeze columns
Replies: 1
Views: 417

Re: Setfocus problem

...        {-- Don't specify .PRG extensionGOTO EXIT:NOEXISTECHO The specified PRG %1 does not exist:EXIT You can only use nFreeze with Class TXBrowse but I am not sure if it is fully operative in your version. Please try it, thanks
by Antonio Linares
Tue May 01, 2018 8:05 am
 
Forum: FiveWin for Pocket PC
Topic: Setfocus problem
Replies: 10
Views: 3446

Re: alias dinamicos en dialogos nomodales

... := MARQSTYLE_HIGHLCELL oBrw:nColDividerStyle := LINESTYLE_BLACK oBrw:lColDividerComplete := .t. oBrw:lHScroll := .f. oBrw:lFooter := .t. oBrw:nFreeze := 2 oBrw:lFastEdit := .T. //oBrw:cAlias := cAlias // REMOVE THIS LINE oCol := oBrw:AddCol() oCol:cHeader := "Clave" oCol:bStrData ...
by nageswaragunupudi
Fri Mar 10, 2017 1:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: alias dinamicos en dialogos nomodales
Replies: 15
Views: 3696

Re: alias dinamicos en dialogos nomodales

... := MARQSTYLE_HIGHLCELL oBrw:nColDividerStyle := LINESTYLE_BLACK oBrw:lColDividerComplete := .t. oBrw:lHScroll := .f. oBrw:lFooter := .t. oBrw:nFreeze := 2 oBrw:lFastEdit := .T. oBrw:cAlias := cAlias oCol := oBrw:AddCol() oCol:cHeader := "Clave" oCol:bStrData := { || ( oBrw:cAlias ...
by Miguel Salas
Fri Mar 10, 2017 12:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: alias dinamicos en dialogos nomodales
Replies: 15
Views: 3696
Next

Return to advanced search