You could try to post your form view a special message, that once recieved, will set the focus for you, after the formview has initialized. Once you are out of an 'init' handler, like OnInitDialog it is easy to set the focus to any control you want. The default handlers almost always try to set one for you, which as you have discovered is not always convenient.