Hi all,
I have an issue with a logic cell in my txBrowse.
Column 4 represents a field of type "L".
Now I can toggle the cell value by doubleclick.
But I can't toggle with no keypress at all.
What do I miss?
I have an issue with a logic cell in my txBrowse.
Column 4 represents a field of type "L".
WITH OBJECT oBrw:aCols[ 4 ]
   :SetCheck()
   :bLDClickData := { || pos->okay := !pos->okay, oBrw:Refresh() } Â
ENDNow I can toggle the cell value by doubleclick.
But I can't toggle with no keypress at all.
What do I miss?