I have a form(form1) and I have to call another form(form2) to do some proces. In the form2 i have to look for a information from the client that have in form1.
form2.text1.text = form1.text1.text
and some times the information than the form1 give me is like that past client example:
form1.text 1 = 1
call form2
form2.text1.text = form1.text1.text
form2.text1.text shoul be 1
I out from form2 and change text1 from form1
form1.text1.text = 5
call for2
form2.text1.text = form1.text1.text
the result should be 5 but in some ocasions is the last number in this case 1.
Why?.
Thanks for advance
Sorry for my english.
