... 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 ...
... 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 ...
... 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 ...
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: ...
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
... 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( ...
... ; 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 ...