I have some code in the "lost focus" of a "text" object which does the following.
Check to see if the input is valid. If it is the present from is released and another form is activated :
Thisform.Release
Do form .......
Problem I have the program appears to start the other form then come back to the present form (thisform.Activate) before the present form is released. Is this normal?? How can I stop it from calling the activate code of the present form???
Check to see if the input is valid. If it is the present from is released and another form is activated :
Thisform.Release
Do form .......
Problem I have the program appears to start the other form then come back to the present form (thisform.Activate) before the present form is released. Is this normal?? How can I stop it from calling the activate code of the present form???