Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
GetTab with Tab Key
posted

Is there a way to use the GetTab function with the tab key instead of index number?  I want to use a function similiar to this:

 Me.uwtTabs.Tabs.FromKey("Holdings").Visible = True

but with the GetTab Function().  Right now I have:

Me.uwtTabs.Tabs.GetTab(9).ContentPane.TargetUrl = cHoldings

but this will break if I ever add or delete a tab before tab 9.

Parents Reply Children
No Data