G
Guest
Hello,
I have a form called form1 and I load up a dialog form from it as shown below:
Dim Myform As Form
Myform = New frmOrderEntry()
Myform.Show()
I wish to run a procedure in this form called "RefreshGrid" once the frmOrderEntry form has been edited and closed.
How do I detect when the frmOrderEntry has been closed and make it wait for this to happen.
Thanx in advance
Robert
I have a form called form1 and I load up a dialog form from it as shown below:
Dim Myform As Form
Myform = New frmOrderEntry()
Myform.Show()
I wish to run a procedure in this form called "RefreshGrid" once the frmOrderEntry form has been edited and closed.
How do I detect when the frmOrderEntry has been closed and make it wait for this to happen.
Thanx in advance
Robert