Please review the site disclaimer before downloading or using content found on this site
Written by: Steve Gray 8/7/2009 1:19 PM
I know, right? Doesn’t make sense. Add this code to the form closing event to force the grid to save.
Private Sub QuotedPrice_FormClosing(ByVal sender As Object, _
ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
Me.GridEX1.UpdateData()
End Sub
0 comment(s) so far...