Hi,
I have this event handler:

It is triggered when user click on button. Firstly it is open another form, where user fill up some data, and then save it, and close that form. And when this form BCA_SYSD_Add is closed, so I am back on original form, I want to run the second line with Generate event command.
But this second line is triggered immediately after form BCA_SYSD_Add is opened. Is there any possibility how to trigger this second line after the BCA_SYSD_Add form is closed, and I am back on original form?
Thanks.