I have multiple Mdi Child forms.
Form1 is displaying all the orders list,
Form2 is displaying all the product list.
When I rename a Product name on Form3, I wanted to update contents in Form1
and 2.
Right now the Function renaming the Product is calling
reload functions in Form1 and 2, but its not refreshed.
Thanks In advance for your help.
Form1 is displaying all the orders list,
Form2 is displaying all the product list.
When I rename a Product name on Form3, I wanted to update contents in Form1
and 2.
Right now the Function renaming the Product is calling
reload functions in Form1 and 2, but its not refreshed.
Thanks In advance for your help.
Comment