bartdedecker
Programmer
Hi,
I made a program "Article administration". In the main window I show a list of my articles. When I double click on an article, you can edit them. It is also possible to add new articles.
When you edit or add an article, the list in the main window has to be refreshed after closing the detail window.
Because I use Modeless forms it's a bit more difficult then when I should use modal forms.
How can I solve this case?
Thx in advance.
I made a program "Article administration". In the main window I show a list of my articles. When I double click on an article, you can edit them. It is also possible to add new articles.
When you edit or add an article, the list in the main window has to be refreshed after closing the detail window.
Because I use Modeless forms it's a bit more difficult then when I should use modal forms.
How can I solve this case?
Thx in advance.