I have unbound TextBox in continuous form and I would like that it never get focus. In property I specified Enabled=No and Locked=Yes. But it doesn't help. How to solve that problem?
Only for testing purpose, create a new unbound control on the form set it's property to Enabled=No and Locked=Yes, are you able to put focus at that control?
The TextBox that I would like no focus has Conditional Formatting rule. When I delete rule that control lost focus. Now problem. How to lost focus and keep Conditional Formatting rule for that control?
I believe that in order for Conditional Formatting to work, the control has to have focus. So you may have to do the Conditional Formatting in code in order to avoid giving the control the focus.