Hi,
I am instantiating a form like this.Is it possible to assign a value to a variable like the below code.
insertok is a var declared in the select form.
select
frm = new Select(this);frm.showdialog();
frm.insertok=1; or
int i =frm.insertok;
theabove code is not working for me.
venp--

how to access a child form's variable in parent form
Rama Nagesh
Colin Reid