CdataGrid
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
When I make any changes in a cell, it only saves the change when I push enter otherwise, change doesn't apply to mdb. What I want to do is to save this change whenever user input a value. how can i acheve this? Regards, Shin
-
Simply, use the method of your class (recordset) like SetRecordsetValue or other(depends on the class you use). The most important mistake - you use class DataGrid to set changes, but it is incorrect. You must use directly class Recordset-based.