Search found 104 matches: ncolsel

Return to advanced search

Aqui Un Ejemplo funcional para xbrowse

... en la parte final del metodo function EditGetkeyDown( Self, nKey ), o usarlo como parte del programa. Local nNextCol ... ... nNextCol := ::oBrw:nColSel + 1 // FranciscoA Sept/23/2008 if ::oBrw:aCols[nNextCol]:nEditType == 0 //Si prox col no es editable... if nNextCol < Len(::oBrw:aCols) //Si ...
by FranciscoA
Thu Oct 23, 2008 6:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Aqui Un Ejemplo funcional para xbrowse
Replies: 14
Views: 8491

... oBRWLLPOD :nRowHeight :=50 // THIS CODE MAKES CELL HIGHLITED oBRWLLPOD :bLClicked:={ | nRow, nCol | IIF(aTMPCOLORS[oBRWLLPOD:nArrayAT,oBRWLLPOD:nColSel]=0,aTMPCOLORS[oBRWLLPOD:nArrayAT,oBRWLLPOD:nColSel]:=1,aTMPCOLORS[oBRWLLPOD:nArrayAT,oBRWLLPOD:nColSel]:=0),oBRWLLPOD:Refresh() } oBRWLLPOD ...
by Robert Frank
Sun Sep 14, 2008 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - multiselect on cells
Replies: 1
Views: 519

... to go previous record back DATA nRowPos, nAt AS NUMERIC INIT 0 // grid row positions DATA nColPos AS NUMERIC INIT 0 // grid column position DATA nColSel AS NUMERIC INIT 0 // column to mark in selected records DATA nLen AS NUMERIC INIT 0 // total number of browsed items DATA nWheelLines // lines ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5745

Re: Saber la columna en TXBrowse

Armando wrote:Amigos:

En TXbrowse, al dar click sobre el header de una columna; cómo puedo saber el número de la columna sobre la que se da el click ?

Muchas gracias por su apoyo


oBrw:nColSel

espero te ayude, jjejje
by wmormar
Sat May 31, 2008 4:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber la columna en TXBrowse
Replies: 4
Views: 868

xBrowse

... en vez de los ListBox y he creado este sencillo ejemplo: oBrw := TxBrowse():New( oDlgw ) oBrw:nHeaderLines := 1 oBrw:lAllowColSwapping :=.F. oBrw:nColSel := 1 oBrw:nRowHeight := 18 oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROW oBrw:nColDividerStyle := LINESTYLE_BLACK oBrw:lColDividerComplete := .t. ...
by colthop
Thu May 29, 2008 9:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse
Replies: 2
Views: 770

txbrowse :nColSel

ola pessoal do forum o metodo :nColSel existe algum método que me retorne o numero da coluna independe se estiver visível na tela ? porque :nColSel so atualiza as colunas visíveis so funciona se usar o mouse ... se usar setas (esquerda/direita) ...
by zazibr
Sat Apr 19, 2008 8:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: txbrowse :nColSel
Replies: 6
Views: 2371

How to show OemToAnsi in xBrw. (when no Col's defined) ?

... }[ nCol ] } ) oBrw6:aCols[ 1 ]:nWidth := 100 oBrw6:aCols[ 3 ]:nDataStrAlign := AL_RIGHT oBrw6:aCols[ 4 ]:nDataStrAlign := AL_RIGHT oBrw6:nColSel := 5 oBrw6:lUpdate := .t. oBrw6:Cargo := oBrw5 oBrw6:bChange := { || oDlg:Update() } oBrw6:CreateFromResource( 115 ) .... ..... //----------------------------------------------------------------------------// ...
by ukoenig
Sun Feb 17, 2008 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show OemToAnsi in xBrw. (when no Col's defined) ?
Replies: 0
Views: 510

Some changes in xBrowse, to read, edit a. write OemToAnsi

... .t. ::lAllowRowSizing := .t. ::lColDividerComplete := .f. ::lAllowColSwapping := .t. ::lAllowColHiding := .t. ::lFastEdit := .f. ::nRowSel := 1 ::nColSel := 1 ::nColOffset := 1 ::nFreeze := 0 ::nCaptured := 0 ::nLastEditCol := 0 ::nRowDividerStyle := LINESTYLE_NOLINES ::nColDividerStyle := LINESTYLE_NOLINES ...
by ukoenig
Mon Jan 28, 2008 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some changes in xBrowse, to read, edit a. write OemToAnsi
Replies: 0
Views: 715

xBrowse Darstellg. => OemToAnsi ???

... }[ nCol ] } ) oBrw6:aCols[ 1 ]:nWidth := 100 oBrw6:aCols[ 3 ]:nDataStrAlign := AL_RIGHT oBrw6:aCols[ 4 ]:nDataStrAlign := AL_RIGHT oBrw6:nColSel := 5 oBrw6:lUpdate := .t. oBrw6:Cargo := oBrw5 oBrw6:bChange := { || oDlg:Update() } oBrw6:CreateFromResource( 115 ) .... ..... //----------------------------------------------------------------------------// ...
by ukoenig
Fri Jan 25, 2008 2:19 pm
 
Forum: All products support
Topic: xBrowse Darstellg. => OemToAnsi ???
Replies: 0
Views: 1630

TXBrowse nAt() and nColSel

Mr Antonio In one of the recent revisions of TXBrowse, the new method nAt was introduced. Under what circumstances oBrw:nAt() and oBrw:nColSel give different values? Method nAt returns ::ColPos( ::SelectedCol() ) Method SelectedCol() returns ::ColAtPos( ::nColSel ) and in turn ColAtPos( ::nColSel ...
by nageswaragunupudi
Mon Jan 14, 2008 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrowse nAt() and nColSel
Replies: 1
Views: 550

Re: xBrowser – equivalent for listbox oLbx:GetPos()

Otto, if I'm not wrong:

oBrowse:nRowSel ==> current row selected
oBrowse:nColSel ==> current col selected


Regards,
Maurilio
by Maurilio Viana
Mon Nov 26, 2007 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser – equivalent for listbox oLbx:GetPos()
Replies: 2
Views: 602

xBrowse

... correctos oBrw:show() sysRefresh() oBrw:refresh() // linea 100: no hace Refresh(), cols 2 y 3 aparecen en Cero oBrw:goTop() oBrw:nRowSel:=1 oBrw:nColSel:=2 oBrw:setfocus() oCta:oJump():=oBrw RETURN .t. // ///////////////// // Function CO130ChMen() && Val Mensual - actualizar 3ra col - ...
by jvargas
Tue Jun 12, 2007 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse
Replies: 3
Views: 1719

Marco,

Try this:

oBrw:ColAtPos( oBrw:nColSel ):nCreationOrder
by Antonio Linares
Fri May 11, 2007 6:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and current column
Replies: 1
Views: 597

xBrowse and current column

Hi,
is there any way to know what is the absolute number of the column ?

Using the method oBrw:nColSel I can only know the number of the column based on the current display.

Thanks

Best Regards,

Marco Turco
by Marco Turco
Wed May 09, 2007 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and current column
Replies: 1
Views: 597
Previous

Return to advanced search