I have a form that is not visible. I call a routine called Initialize which
resets the form to its initial state. The problem is that the component
with focus may not be the one I want to have focus when the form reappears.
How can I control which component has focus when the form reappears?
Thanks