logic value in txbrowse cell
Posted: Tue Feb 22, 2022 9:34 pm
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".
Code: Select all | Expand
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?