Page 1 of 1

How to return variable to calling form

PostPosted: 01 Mar 2019 18:02
by drubbiani
Hello,
I open a dialog frame from one of my application form that is not the main form.
I wolud like to return the value of the selection to the form that call the dialog.
How can I do it?
Is there a way to pass the reference of the calling form to the dialog?

Thank you,
Davide

Re: How to return variable to calling form

PostPosted: 07 Mar 2019 10:13
by Alexander Bulei
Hi Davide,

Just pass the wanted value to the main form (e.g: using the Owner/Parent) on close event.

Best Regards.