Dmitry
July 16th, 1998, 01:53 AM
Data from CMyRecordView edit controls are updated only
when I move through my recordset or call
CRecordSet::UpdateData(). How can I update the last
changed record when user have to close the application
and don't want to move through recordset more ?
I don't want to use additional button "update" !
Using UpdateData() in CMyRecordView::~CMyRecordView()
is too late and it doesn't work.
Where and how can I do it ??
Thanks very mach.
when I move through my recordset or call
CRecordSet::UpdateData(). How can I update the last
changed record when user have to close the application
and don't want to move through recordset more ?
I don't want to use additional button "update" !
Using UpdateData() in CMyRecordView::~CMyRecordView()
is too late and it doesn't work.
Where and how can I do it ??
Thanks very mach.