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