I have used Rich widget navigation/tabs, in which i have maintained 2 tabs and there is one common search for both tab. i want that whenever i am searching for 2nd tab it must be in second tab only. But unfortunately whenever i serach in 1st tab, it automatically navigate me to first tab.
Hello Labbi,
Sorry, but I think I didn't understood the issue.Could you be more specific and provide more details?
Or even better, provide a simple OML that shows the problem?You can create a very simple OML for this, don't need to be your real application.
Cheers,Eduardo Jauch
Hi Labbi,
From what I could understand, your problem is that the first tab is always automatically selected whenever the user clicks on the search button. If that is the case, then you can use the Tabs widget's "ActiveTab" property to dynamically set the active tab:
Aurelio Junior wrote:
Hi Aurelio,
I am trying to do the same thing basically, https://www.outsystems.com/forums/discussion/47019/how-can-i-go-back-to-to-a-certain-tab-on-a-screen/#NewPostInput
I created an input variable that should indicate which tab to display, and based on that I assign the TabId,
however all of the Ids (Navigation1.Id, Navigation2.Id, Navigation3.Id) refer to the same one.
Do you probably know why?
Hi Khouloud..
You will have a Navigation\TabsHeaderItem. In that there is a property DataTab in which you can set different Id for each tab. Then you can make use of that local variable to refer each tab. This should probably work.