In the beforecolupdate event, I want to validate the value that the user has entered in a cell.
I've tried
datagrid.text
and
datagrid.columns("xxx"
.celltext(datagrid.bookmark)
but they bothe return the current value, which is the same as the oldvalue passed to the event.
TIA
Graham
I've tried
datagrid.text
and
datagrid.columns("xxx"
but they bothe return the current value, which is the same as the oldvalue passed to the event.
TIA
Graham