Removing Solution-Model Generated Fields from Tab Seq.

I have created a new JSForm using the new solution model functionality in 4.1 bx and have also created a number of checkboxes and added them to that form. Now I am trying to remove my checkboxes from the tab sequence, which to me means that I do not want a user to be able to hit tab and have the checkboxes grab focus. I have tried setting the tabSeq property of each checkbox field to 0, null and -1 and so far nothing that I do will stop the fields from grabbing focus from the tab key. I can’t seem to get them out of the tab sequence.

Suggestions?

Java 5/Mac 10.5

Anything on this? Is this a bug perhaps?

Should I file this as a bug?

Hi Jeff,

If you can reproduce it I would suggest you file it in the support system.

removing it from the tabseq is -2

If you want to know this for other properties just create a form in the designer and set your properties the way you want
Then read those properties back in and output them to the console. Then you have the value that you should set.