Version: 5.2.6 - build 1011
Perhaps, someone could verify this issue.
The Servoy wiki states the following:
// or sets (goes to) the tab with the specified name
// forms.customer.elements.customer_id.tabIndex = ‘tab_name’;
which is not entirely true. By default, when creating a tab panel, the tab names are taken from their respective form names. If you then attempt to set a tab reference by its name:
forms.customer.elements.customer_id.tabIndex = 'tab_name'
is will not work (the forms within the tab panel do not change, no error messasges emitted). I discovered that you have to rename the tab names to something other than their respective form names in order to get things to work.
Is this the way it’s supposed to work?