So dialog select can have depending on how it's called a list id 3 or 6. I have my window defaultcontrol set to 3, but when the dialog opens with list 6 I get that error logged.
So
I tried creating an invisible button 999 and set defaultcontrol to that, then on the button
but that didn't fix it either, or maybe I did something dumb, but should that work?
scott s.
.
So
I tried creating an invisible button 999 and set defaultcontrol to that, then on the button
Code:
<onfocus condition="Control.IsVisible(3)">SetFocus(3)</onfocus>
<onfocus condition="Control.IsVisible(6)">SetFocus(6)</onfocus>
scott s.
.