FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse's bEditBlock
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
xBrowse's bEditBlock
Posted: Thu Oct 01, 2015 10:32 AM
Code (fw): Select all Collapse
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
FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour

Continue the discussion