G
Guest
I have 2 different forms bound to the same DataView.
The first form has a datagrid displaying the data. The 2nd form is used to edit the data. When the data is changed in the edit form, I call Invalidate, Update, and Refresh on both the datagrid and the entire datagrid form. The data displayed by the datagrid doesn't change. However, if I give focus to the datagrid form, or just cover it up with another window and then uncover it, the data updates correctly.
Is there a way to repaint the datagrid form when it doesn't have focus?
Thanks...
Dave
The first form has a datagrid displaying the data. The 2nd form is used to edit the data. When the data is changed in the edit form, I call Invalidate, Update, and Refresh on both the datagrid and the entire datagrid form. The data displayed by the datagrid doesn't change. However, if I give focus to the datagrid form, or just cover it up with another window and then uncover it, the data updates correctly.
Is there a way to repaint the datagrid form when it doesn't have focus?
Thanks...
Dave