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