c@lle
Nov 30th, 1999, 03:32 PM
I can't get the input of the users when they edit a field in the datagrid.
In the event 'beforeColUpdate' I want to check the value they entered, but I always get the value that was already in the grid.
This is what I already used:
Debug.Print DataGrid1.Text
Debug.Print DataGrid1.Columns(ColIndex).Text
Debug.Print DataGrid1.Columns(ColIndex).Value
Debug.Print DataGrid1.Columns(ColIndex).CellText(DataGrid1.Bookmark)
Debug.Print DataGrid1.Columns(ColIndex).CellValue(DataGrid1.Bookmark)
How can I get the text the user just typed???
In the event 'beforeColUpdate' I want to check the value they entered, but I always get the value that was already in the grid.
This is what I already used:
Debug.Print DataGrid1.Text
Debug.Print DataGrid1.Columns(ColIndex).Text
Debug.Print DataGrid1.Columns(ColIndex).Value
Debug.Print DataGrid1.Columns(ColIndex).CellText(DataGrid1.Bookmark)
Debug.Print DataGrid1.Columns(ColIndex).CellValue(DataGrid1.Bookmark)
How can I get the text the user just typed???