Hello,

I Have a form. (frmForm1)
On that form is a link to another (frmForm2) form that opens as a dialog.
When form2 closes I want to perfom an action on form1.
I tried the Activated event but that is called more often then when I close frmform2.

The action is only to be performed when form2 closes.

Does anybody have a suggestion to wich event to use???