How can I switch between tabs on the FMS Tab control with the keyboard? How can I use the tab key to set focus from the FMS Tab control to another control?
When you use the FMS Tab control, certain keyboard navigation shortcuts are not built in. If you would like to set the focus to another control when the tab key is pressed, please use the following code. This code is written to be pasted into tab demo 2 in the components demo. Specifically, you will have to update the field named “txtCAStreet” to the name of the control which you want to receive the focus.