it is possible to transfer some value from from the child to parent. 

Try this

1. Make an accessor method on form 1 say ParmCustAccount()
2. On the close method of child form, write this:
public void close()
{
    object formRunCaller;
;


        formRunCaller = element.args().caller();

    formRunCaller.parmCustAccount(stringedit.valueStr());
    super();

}

I will work.

Similarly u can pass more more than one value to the parent by making different 
accessor functions.

Thanks


      Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

Reply via email to