Hello everyone,
I have created a MultiDocument application. One that has one main form and a few child forms. What I am trying to do is that since these child forms access a database, I need to keep them updated. I already have the main parent form using a timer and polling the database for changes. When a change is detected I need to reload the forms. How can I reload a child form. Using the refresh method only redraws the form, I need to reload the form so that the method that update the data on the form is executed. Anyone have any suggestions on how to accomplish this??????
Thanks,
Kendal