I have 2 forms. Main form and child form. The main form is display then I select a menu to invoke child form. After finish select value from child form, I back to main form and I want to display the value from child form in the main form. I try to use static variable in main form. Then my TextField has to be static because I want to show child's value. I get error message from S40 emulator.

Reply With Quote

