I want to set on Fast Edit to edit a cell by pressing Enter.
But if I press double click, I want to execute an action:
oBrw:blDblClick := { || msgalert("my function") }
oBrw:nEditTypes := EDIT_GET // insert this line
oBrw:lFastEdit := .t.But if I set fastedit to .f. blDblClick is ignored.
How is possible to work as I need?.
Thank you.