M
mike
Hello all -
I'm still getting acclimated every day with understanding
ADO.Net and the disconnected ideology more and more and I
have run into an issue that I was hoping this easy
question could be answered.
Based on inserts and updates that take place in 1 form, I
want to update a counter on another open form. Yet, when
I .close the second form I made the changes to, what event
gets called in the first form where I can trigger my
process to do the update? I tried the GotFocus but that
isn't right and I don't want to create a new instance of
the form because of data a user may have typed in already.
This may seem easy to all of you so I appreciate your
assistance.
Thanks,
MR
I'm still getting acclimated every day with understanding
ADO.Net and the disconnected ideology more and more and I
have run into an issue that I was hoping this easy
question could be answered.
Based on inserts and updates that take place in 1 form, I
want to update a counter on another open form. Yet, when
I .close the second form I made the changes to, what event
gets called in the first form where I can trigger my
process to do the update? I tried the GotFocus but that
isn't right and I don't want to create a new instance of
the form because of data a user may have typed in already.
This may seem easy to all of you so I appreciate your
assistance.
Thanks,
MR