In VB5 i read new value in event BeforeColUpdate (DBGrid) with the
following statement:
newvalue = m_grid.Columns(ColIndex)
In VB6 and ADO this statement return the old value in the
DataGrid (not in DBGrid)
Does someone understand where is the new value ??????
Thanks for any help
Marco