Search found 28 matches: natcol

Return to advanced search

Re: XBrowse: currently selected column position

Marc Vanzegbroeck wrote:Do you mean
Code: Select all  Expand view
o:nAtcol(y)


nAtCol doesn't exist in XBrowse.

EMG
by Enrico Maria Giordano
Fri Oct 16, 2020 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: currently selected column position
Replies: 12
Views: 1256

Re: Tcalex problems

... Sample run OK. Delete and create your databases and index No other users have reported any problems with this theme GetDateFromPos( nAtRow, nAtCol ) INLINE ::dStart + ( Max( nAtRow - 1, 0 ) * 7 ) + nAtCol - 1 This is for double click over name day: ¿ what has to do with the issue of being ...
by cnavarro
Tue Oct 17, 2017 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcalex problems
Replies: 15
Views: 2359

Re: Tcalex problems

... the application and recall the exe you can see it this is not a doubt but it is a certainty then you sad me to change this GetDateFromPos( nAtRow, nAtCol ) INLINE ::dStart + ( Max( nAtRow - 1, 0 ) * 7 ) + nAtCol - 1 Not run here it not refresh then I cannot see any appointment Where is the syncro ...
by Silvio.Falconi
Tue Oct 17, 2017 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcalex problems
Replies: 15
Views: 2359

Converting wbrowse to xbrowse

... about how 'translate' wbrowse to xbrowse. 1 - oLbx:bRClicked := {|nRow, nCol| MsgInfo("Row:"+str(oLbx:nAt,3)+" Col:"+str(oLbx:nAtCol(nCol),3)) } 2 - oLbx:ShowSizes() TIA, Euclides
by Euclides
Fri Mar 04, 2016 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting wbrowse to xbrowse
Replies: 2
Views: 432

Re: Clic Derecho Xbrowse

Aunque, evidentemente la indicacion correcta es la que indica Mr. Rao, creo que el metodo ::nAtCol( nPix ) devolvia la columna en la que te encuentras
by cnavarro
Tue Jun 30, 2015 5:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clic Derecho Xbrowse (Solucionado)
Replies: 5
Views: 639

Re: QUE BROWSE ES MEJOR

Encontre la solucion y la comparto

Para congelar del incio hasta la columna 3 :

oLbxArticulos:nFreeze:=3

Y para encontrar la columna que edité :

oLbxArticulos:nAtCol(nCol)

Bye
by LuisPonce
Sun Jun 14, 2009 1:48 am
 
Forum: FiveWin para CA-Clipper
Topic: QUE BROWSE ES MEJOR
Replies: 7
Views: 1726

how to make listbox smaller

... ON INIT oDlg:SetControl( oBrw ); CENTER CLOSE DELETEOBJECT( hBmp1 ) DELETEOBJECT( hBmp2 ) RETURN NIL STATIC FUNCTION CAMBIA( oBrw, nCol ) IF oBrw:nAtCol( nCol ) = 3 REPLACE FIELD -> married WITH !FIELD -> married oBrw:Refresh( .F. ) ENDIF RETURN NIL After putting in oDlg:SetControl( oBrw ...
by acwoo
Thu Nov 13, 2008 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to make listbox smaller
Replies: 3
Views: 717

... ) METHOD MouseMove( nRowPix, nColPix, nKeyFlags ) METHOD MouseWheel( nKeys, nDelta, nXPos, nYPos ) METHOD MoveColumn( nColPos, nNewPos ) METHOD nAtCol( nColPix, lActual ) METHOD nAtIcon( nRow, nCol ) METHOD nColCount() INLINE Len( ::aColumns ) METHOD nLogicPos() METHOD nRowCount() INLINE ; CountRows( ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5460

thanks you for the response. You wrote: You are using TXBrowse. You are using oBrw:nAtCol in your function EditCell, but there is no data / method with the name nAtCol in TXBrowse. You need to correct your function editCell Editcell is not my function it comes from: ...
by hag
Sun Jul 20, 2008 5:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit browse
Replies: 12
Views: 3676

You are using TXBrowse. You are using oBrw:nAtCol in your function EditCell, but there is no data / method with the name nAtCol in TXBrowse. You need to correct your function editCell
by nageswaragunupudi
Sun Jul 20, 2008 5:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit browse
Replies: 12
Views: 3676

edit browse

... bytes Time from start: 0 hours 0 mins 7 secs Error occurred at: 07/19/08, 16:30:22 Error description: Error BASE/1004 Message not found: TXBROWSE:NATCOL Args: [ 1] = O Object Stack Calls =========== Called from: => __ERRRT_SBASE(0) Called from: => TXBROWSE:ERROR(170) Called from: source\rtl\tobject.prg ...
by hag
Sat Jul 19, 2008 11:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit browse
Replies: 12
Views: 3676

Marco,

You may modify that line this way:

if ( ( nCol := ::nAtCol( nColPix ) ) != 0 .and. ::aColumns[ nCol ]:lEdit .and. ::lAutoEdit
by Antonio Linares
Wed May 14, 2008 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcbrowse and a random "Bound error: array access"
Replies: 3
Views: 1489

... it looks like it is the aColumns array that is crashing. If you look at the lDblClick() method you will see this line: if ::aColumns[ nCol := ::nAtCol( nColPix ) ]:lEdit .and. ::lAutoEdit Your error message seems to be indicating that nCol is zero. So when the program gets to this line: Eval( ...
by James Bott
Tue May 13, 2008 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcbrowse and a random "Bound error: array access"
Replies: 3
Views: 1489

... ; HEADERS "","D E S C R I P C I O N","","CANT","PRECIO","IMPORTE" ; SIZES 16,262,17,64,77,82 ; ON DBLCLICK ( IF(oBTmp:nAtCol(nCol)==1,BorraPartidas(),) ) ; WHEN (!DbEmpty(oDTmp) .AND. !lPago) ID 108 OF oDlg oBTmp:cAlias := oDTmp oBTmp:SetFont(oFnt[2]) oBTmp:bLogicLen ...
by Francisco Horta
Thu Feb 21, 2008 5:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: scroll en wbrowse 1.7 de Hernán
Replies: 8
Views: 1572

... bLDblClick, bRClick, oFont,; oCursor, nClrFore, nClrBack, cMsg, lUpdate,; cAlias, bWhen, bValid, bLClick, aActions, aSkipCol ) CONSTRUCTOR METHOD nAtCol( nCol ) INLINE ::nWCol( nCol ) METHOD nAtIcon( nRow, nCol ) METHOD lCloseArea() INLINE ; If( ! Empty( ::cAlias ), ( ::cAlias )->( DbCloseArea() ...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4177
Next

Return to advanced search