S
Sean Foley
I have a MDI parent (basically a menu) and a MDI child (data form with
datagrid). When i close the parent and the datagrid has been changed i ask
the user if they wish to save changes made in the grid
The save routine that i have on the MDI child accessed via a button on the
form saves all data entered including the active cell which is that active
control a datagridtextbox
when i call my save routine in the child form from the parent form, i lose
the data entered if the user did not move off of the edited row of a
datagrid?
I have tried many things and think that it is not activating the lostfocus
event of the row, grid or whatever.
Don't know what else to try.
datagrid). When i close the parent and the datagrid has been changed i ask
the user if they wish to save changes made in the grid
The save routine that i have on the MDI child accessed via a button on the
form saves all data entered including the active cell which is that active
control a datagridtextbox
when i call my save routine in the child form from the parent form, i lose
the data entered if the user did not move off of the edited row of a
datagrid?
I have tried many things and think that it is not activating the lostfocus
event of the row, grid or whatever.
Don't know what else to try.