With the code below I know the current value of the cell
- Code: Select all Expand view
:bOnChange := { |oCol, uOldVal| VerSaldo(uOldVal) }
Now how do I know the new value after editing the cell?
I must compare the old content against the new content
and I must know if the new content is empty
With best regards