> Go to the help of Labview => go to search => and type "Tabbing through > cluster elements". > You will get an explanation of how to tab trough cluster or array > elements. > > Maybe this is enough in your case!
If the built-in behavior isn't enough, you can use the event structure to detect when the tab would cycle through the cluster again or when it would select the outer cluster. Then you can use the event data and set the keyboard focus property for the control you want to take the focus. Greg McKaskle
