Dude!
I created datagridview object and put one procedure and use one event
in my form.
The PRocedure SaveRecord have command like this:
Mybindingsource .endedit()
if MyDataSet.hasch ange then
'do update
end
Event FormCLosing have same syntax with above statement
The question is.... After modified data in datagridview, if i call
firstprocedure, Mydataset return false. BUT if i close FOrm object,
mydataset return true and all changes in datagrid updated into DB.
HOw to solve the problem?
thx
I created datagridview object and put one procedure and use one event
in my form.
The PRocedure SaveRecord have command like this:
Mybindingsource .endedit()
if MyDataSet.hasch ange then
'do update
end
Event FormCLosing have same syntax with above statement
The question is.... After modified data in datagridview, if i call
firstprocedure, Mydataset return false. BUT if i close FOrm object,
mydataset return true and all changes in datagrid updated into DB.
HOw to solve the problem?
thx