Coolprogram
Programmer
Well for example i have form1 form2 form3 .
form1 is my main form .
form2 is a data form
form3 is a search form which is called from form2 and stores results to form 2 .
When i call form2 from form1 and then call form3 from form2 it does not store results to form2 . I get error object form2 is not found
However if I call form2 without going trough main form1 , form3 stores results to form2 as it should be .
How can I fix it?
Best regards
form1 is my main form .
form2 is a data form
form3 is a search form which is called from form2 and stores results to form 2 .
When i call form2 from form1 and then call form3 from form2 it does not store results to form2 . I get error object form2 is not found
However if I call form2 without going trough main form1 , form3 stores results to form2 as it should be .
How can I fix it?
Best regards