- Code: Select all Expand view
oBrw:aCols[ COL_PC ]:bEditBlock := {|row, col, oCol| picklist("profit", "cntr", self, LN_CNTR) }
oBrw:aCols[ COL_PC ]:bEditValid := {|oGet, oCol| IsValidPC(oGet, self) }
Is it possible to make the edit field to enter edit state after :bEditBlock has been evaluated? The idea is to force user to press Enter/Tab to go to the next field thus firing :bEditValid