Search found 26 matches: gotocol

Return to advanced search

Re: XBrowse: a problem with GoRight() and GoToCol()

...          oWnd:oClient := oBrw,;                       oBrw:GoToCol( 4 ) )    CLOSE    RETURN NIL EMG
by Enrico Maria Giordano
Fri Nov 06, 2020 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: a problem with GoRight() and GoToCol()
Replies: 3
Views: 512

Re: XBrowse: a problem with GoRight() and GoToCol()

...        oBrw:AdjClient(),;                       oBrw:GoToCol( 4 ) )    CLOSE    RETURN NIL EMG
by Enrico Maria Giordano
Fri Nov 06, 2020 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: a problem with GoRight() and GoToCol()
Replies: 3
Views: 512

Re: XBrowse: a problem with GoRight() and GoToCol()

...          oWnd:oClient := oBrw,;                       oBrw:GoToCol( 4 ) )    CLOSE    RETURN NIL EMG
by Enrico Maria Giordano
Fri Nov 06, 2020 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: a problem with GoRight() and GoToCol()
Replies: 3
Views: 512

XBrowse: a problem with GoRight() and GoToCol()

Using GoRight() and GoToCol() methods I noticed that the first columns of the browse are sometimes shifted left and no more visible even if there are plenty of space for them.

Any workaround?

EMG
by Enrico Maria Giordano
Thu Nov 05, 2020 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: a problem with GoRight() and GoToCol()
Replies: 3
Views: 512

Re: EDICION TXBROWSE 10 LINEAS...(Cerra

Para hacer una columna no editable: oCol:nEditType := 0 ( este estado es por defecto) Para ir a una columna específica: oBrw:GoToCol( nCol ) // nCol es el ordend e creación de la columna ó oBrw:GoToCol( "cCabecera de la columna" ) ó oBrw:GoToCol( oObjetoColumna ) Gracias a ...
by ACC69
Wed Aug 06, 2014 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EDICION TXBROWSE 10 LINEAS..(Cerrado sin solucion)
Replies: 10
Views: 1939

Re: EDICION TXBROWSE 10 LINEAS...

Para hacer una columna no editable: oCol:nEditType := 0 ( este estado es por defecto) Para ir a una columna específica: oBrw:GoToCol( nCol ) // nCol es el ordend e creación de la columna ó oBrw:GoToCol( "cCabecera de la columna" ) ó oBrw:GoToCol( oObjetoColumna ) Gracias a ...
by ACC69
Sun Aug 03, 2014 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EDICION TXBROWSE 10 LINEAS..(Cerrado sin solucion)
Replies: 10
Views: 1939

Re: EDICION TXBROWSE 10 LINEAS...

Para hacer una columna no editable: oCol:nEditType := 0 ( este estado es por defecto) Para ir a una columna específica: oBrw:GoToCol( nCol ) // nCol es el ordend e creación de la columna ó oBrw:GoToCol( "cCabecera de la columna" ) ó oBrw:GoToCol( oObjetoColumna )
by Antonio Linares
Sun Aug 03, 2014 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EDICION TXBROWSE 10 LINEAS..(Cerrado sin solucion)
Replies: 10
Views: 1939

New FWH 13.07 revised build

... ButtonBmp: Tooltip can be specified in the command. Valid bitmap handle also can be specified in the BITMAP clause * XBrowse: New Method GoToCol( oCol ) --> lSuccess. The parameter oCol can be a column object, or nCreationOrder or Header of the column. Cursor is repositioned on the ...
by Antonio Linares
Tue Aug 13, 2013 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FWH 13.07 revised build
Replies: 33
Views: 8918

xBrowse setPos(n,n) error

I a have an xBrowse listbox where I am calculating a column to go as in this code to replace the GoToCol(n) using oBrow:SetPos(1,47) where I want the cursor to go to the first row then 47th column and I get the following error .. using fwh 910 .. Any Ideas ?? Rick Lipkin ...
by Rick Lipkin
Wed Jun 30, 2010 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse setPos(n,n) error
Replies: 12
Views: 4016

Re: xbrowse freeze and goto column

XBrowse:

oBrw:nFreeze := 5 // same syntax in xbrowse too

Instead of oBrw:GotoCol, XBrowse has a more powerful method:

oBrw:SetPos( nRow, nCol, [ lPixel DEFAULT .f. ] )

You can say oBrw:SetPos( 1, 6 ) to position cursor in the 1st row 6th column.
by nageswaragunupudi
Sat Jun 05, 2010 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse freeze and goto column
Replies: 2
Views: 727

xbrowse freeze and goto column

... to migrate all my listboxes to xbrowse .. specifically 2 commands in Hernans txbrowse .. I need to go to a specific column on dialog init .. oBrow:GoToCol(nCOL ) ACTIVATE DIALOG oEMP NOWAIT    ;    ON INIT ( oEMP:Move( 0, 0 ),;              IF( (xSUPER = 'Y'.or. xMGR = 'Y' .or. ...
by Rick Lipkin
Fri Jun 04, 2010 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse freeze and goto column
Replies: 2
Views: 727

xbrowse questions

... so the user can re enter some more data but it always goes to the next column - I have tried oLbx:SelectCol(1) - in Hernans twbrowse I used oLbx:GoToCol(1) Thanks Colin
by Colin Haig
Wed Nov 11, 2009 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse questions
Replies: 2
Views: 520

Re: SetFocus to element in array

... := ascan(aData,trim(oValue1:cText)),; if(oValue1:nLastkey==13,(oValue1:Hide(),oValue1:oJump(oLbx),oLbx:SetFocus(),oLbx:GoToCol(1)),(aData[nItem],oLbx:Refresh()))) ; FONT oFont ; PIXEL When I use oLbx:nAt := nValue then tested with MsgInfo(oLbx:nAt) it showed nValue but ...
by Colin Haig
Sat Feb 28, 2009 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetFocus to element in array
Replies: 13
Views: 1910

Re: SetFocus to element in array

Colin, Here is another thought. You are using oLbx:goToCol( 1 ) in your code. I see no method by that name in TWBrowse nor in TControl or TWindow (the parent classes). Are you perhaps using a different browse or a modified version of TWBrowse? I just ...
by James Bott
Fri Feb 27, 2009 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetFocus to element in array
Replies: 13
Views: 1910

Re: SetFocus to element in array

... := ascan(aData,trim(oValue1:cText)),; if(oValue1:nLastkey==13,(oValue1:Hide(),oValue1:oJump(oLbx),oLbx:SetFocus(),oLbx:GoToCol(1)),(oLbx:nAt := nFnd,oLbx:Refresh()))) ; FONT oFont ; PIXEL I have checked that the ascan is giving me the right item number - nFnd Any other ...
by Colin Haig
Thu Feb 26, 2009 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetFocus to element in array
Replies: 13
Views: 1910
Next

Return to advanced search