I have a form in detail view with a binding navigator. When i click next, if there is a change, i get asked if I want to save it. So if I know I didnt change anything and the rowstate is still coming up modified, how can i determine what was modified.
I get the row that was modified with dim changetable as datatable = table.getchanges(datarowstate.modified). I am getting 1 row as i suspect, it is the correct row bc it is the same as the current row i am on. So, how can I determine what exactly changed in that row. I can't seem to find what changed.
Thank you for the help.