Tab order in inherited form

Hi

I have a form where two forms inherit from. The inherited forms add one or two buttons to the form. I would like to add the buttons at the end of the tab order (tabSequence > 6). But on the ‘Tab sequence’ tab, I only have access to the not inherited elements. What can I do?

Regards

Unfortunately you do not have the option to control this now, but in the next major version of Servoy you will.

Paul

Thank you, Paul, for the answer.

Fortunately, I somehow managed to set the tabSequence of one button to 0 instead of 1. Don’t ask me how. 1 would lead to a conflict with the inherited sequences. They range from 1 to 6 and 1 in the inherited form seems to be ignored. But 0 seems to be part of the sequence cycle. This solution works until the next major release satisfies all wishes. :wink:

Why is the property not editable? Wasn’t it editable in earlier versions?

Regards

Properties of inherited elements have never been editable.

Paul

I mean the property ‘tabSeq’ of any field in any form. Not in an inherited form. I thought, in earlier versions of Servoy I could click into the value field - as I can for ‘titleText’ e.g. - and enter the tab sequence number.

I think that was before there was the TabSequence editor: then you just had to manually set the tabSequence value for each element.

Paul

Ah, ok, I see.
Thanks
Birgit