FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xbrowse : ocol:bEditWhen
Posts: 167
Joined: Thu Mar 22, 2007 11:24 AM

xbrowse : ocol:bEditWhen

Posted: Wed Feb 04, 2009 09:43 AM

Hello,

I try to use oCol:bEditWhen with

oCol:nEditType := EDIT_BUTTON

This works when in the cell to edit (editing not allowed) ENTER is pressed or Double clicked with the mouse

IT IS NOT WORKING WHEN THE CELL BUTTON IS CLICKED !!!!

FWH8.10

I can solve this , by dinamically setting nEditType to 0 or EDIT_BUTTON , but this gives problems with the layout from the cell , the text can be over written with the button

Frank

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: xbrowse : ocol:bEditWhen

Posted: Sat Feb 07, 2009 08:34 AM
Frank,

This may help:
oBrw:bLClicked := { | nRow, nCol | oBrw:LDblClick( nRow, nCol ) }
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion