Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
OK, that is helpful information. Unfortunately it won't work in my case (at least for now). The child form is actually calling a stored procedure (a whole bunch of times, user driven (this is related to that DataGridView question)), to toggle a value in another table and if the toggle meets some rule, it changes a column in the parent table. (This does point to the movement of my stored procedures/triggers into the BO though.)
So, what I'm hearing is no, I can't just update the current row. So, any way to refresh the data in the BO, other than calling the BO with the same fill method?
|