Duplicate tab sequences

Hi everyone,

I have just started working in Servoy and am trying to troubleshoot an application which has already been created.

I seem to be running in to some issues which are not clear to me and I hope you can help me out.

I am getting a lot of warnings about forms that contain elements which have duplicate tab sequences.

Could someone explain to me what the problem is with this and how this can be resolved?

Many thanks for your feedback.

Kind regards,
John

JohnCorb:
I am getting a lot of warnings about forms that contain elements which have duplicate tab sequences.

Could someone explain to me what the problem is with this and how this can be resolved?

Hi John, the warning means: there are one or more elements with the same tabindex.
I’ve seen this also and don’t really know what caused it (probably copy/paste elements from one form to the other)

Anyway, if you open one of these ‘problem-forms’ in the formeditor and click to the ‘tab sequence’ tabpanel (you find the tab panels below your editor area)
You can alter the tabsequence (and if I’m right Servoy recreates the sequence for all available elements when moving just one element back and forward).

Hope this helps you out!

I noticed this to when we moved our solution from 3.5 to 4.1.

4.1 is more strict then 3.5.

Just move one element back and forward and Servoy recreates the sequences.

Regards,

Hans Nieuwenhuis

This was indeed a way to resolve this problem.

Many thanks for your feedback and on to the next problem!

Kind regards,
John