Hi, all !
XBrowse column is of type :nEditType:= EDIT_GET
Standard GET-object editing is invoked by double-clicking. Is it possible to activate editing a cell, not a double click, and keystroke on the keyboard ?
Is it possible to activate editing a cell, not a double click, and keystroke on the keyboard ?
oBrw:lFastEdit := .t.
Natter wrote:Yes, I did lFirstEdit:=.T. But I don't understand how you can prevent the double click and enter your key combination to activate the edit
oCol:bLDClickData := { || nil }
oBrw:lEnterKey2Edit := .f.
oBrw:lF2KeyToEdit := .t.
oCol:bKeyChar := { |k| If( k == 5, oCol:Edit(), nil ) }
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 110 guests