replace form in tabpanel

I have this question;

Suppose I have a mainform with several tabs, like ‘jobs’, ‘calc’, ‘purchases’, etc.
What I would like to do is navigate to a different tabform in the tab ‘jobs’.
In other words; replace the form of tab ‘jobs’ for another form…
(I hope I’m clear enough… :wink: )

Is that possible :?:

yes!

elements.tabs_50.tabIndex = 1 //or 2,3, etc..

HJK:
elements.tabs_50.tabIndex = 1 //or 2,3, etc..

That’s navigating to another tab. No problem, my question wasn’t really clear. What I meant was to show another form in the same tab…
I ‘solved’ it by replace the complete tabpanel for another one, but it’s not what I really want…

Why don’t you show a second tab panel inside the one where you want to exchange the content? So for example your tab panel “jobs” you show another form that is also a tab panel (with tabs hidden). Then you can show either of the tabs attached to that by method.

freecolours:
I have this question;

Suppose I have a mainform with several tabs, like ‘jobs’, ‘calc’, ‘purchases’, etc.
What I would like to do is navigate to a different tabform in the tab ‘jobs’.
In other words; replace the form of tab ‘jobs’ for another form…
(I hope I’m clear enough… :wink: )

Is that possible :?:

Use removetab and addtab