S
Stefan Richter
I got a program that consists of different windows forms.
I can add, edit, delete and view data.
After I deleted or edited data, the window gets closed and the updated data
should be shown,
but so far it only shows the window as it was before a edit or a delete,
which is quite confusing.
What have I got to do? Destroy the old window and create a new window?
If so, how can I make it to display the same (now altered) data as before?
thx,
stefan
I can add, edit, delete and view data.
After I deleted or edited data, the window gets closed and the updated data
should be shown,
but so far it only shows the window as it was before a edit or a delete,
which is quite confusing.
What have I got to do? Destroy the old window and create a new window?
If so, how can I make it to display the same (now altered) data as before?
thx,
stefan