24
Views
5
Comments
Solved
Navigation Tab
Question
Application Type
Reactive

I have created two screens: 1. Company Overview and 2. Detail. The first screen has a navigation tab widget with 3 tabs (i. Info, ii. Hierarchy, and iii. Analytics). In the second screen (Detail) when I am clicking on the Save button it is redirecting me to the first tab of the first screen. Is there any way to select specific tab to be shown instead of the first tab after clicking on the save button? I searched the forum but did not find any solution to my problem or any relevant .oml file.

2019-01-31 08-54-57
André Costa
Champion
Solution
2019-01-31 08-54-57
André Costa
Champion

Hi @Md Zulfikar Hasan 

Yes, you can implement this behavior.

You can set the ActiveTab attribute as an input parameter on Screen 1.

When navigating from the Detail screen, simply pass the desired value to the ActiveTab attribute.

Does this make sense to you? Does this solution fits you?


AC

2024-05-08 12-55-38
Md Zulfikar Hasan

@André Costa Thanks a lot for your reply. But I am afraid that I could not find the ActiveTab attribute for the navigation widget. If you can share an .oml file as an example, then it will be really helpful.

2019-01-31 08-54-57
André Costa
Champion
Solution
2025-04-22 05-54-18
Shashi Kant Shukla

Hi @Md Zulfikar Hasan,

In order to select specific tab, you can write your logic to pass active as starting tab number to Navigation\Tab widget.

In this way you can handle your business need.



Reagrds

Shashi Kant Shukla

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.