As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I have set up an HTML launch page & have 13 parameter boxes to select values (or not). I have the Tabs set 1-13 & changed every other control on the page to Tab 0 (Text boxes, group boxes, etc. - I don't see where to turn Tabs off altogether on these - they don't require nor will they accept any input).
The Tab View shows me that my Tabs are numbered the way I want them. My page links to 3 different files to supply dynamic parameter lists. The Curser always comes up in the Last Box supplied by the files (which is Tab # 9). If I click in the Tab 1 Box, the Tabs follow the numbered path, but, if you Tab from where the Curser comes up, it goes through the rest of the page & then through about 20 Controls that I tried to turn off.
Can someone tell me what I need to do to get this page to open at Tab # 1?
WayneThis message has been edited. Last edited by: Kerry,
tab 1 is usually the Run button have you opened up the code and looked at the tabIndex attribute for each element? have you tried just renumbering them and removing the tabIndex attributes altogether from the ones you don't want included in the tabbing event?
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
And keep in mind that if a control has tab key 1, it does not mean that it will be the active element when you start the page. That can be anything. And using the tab key on the page will follow the tabIndex set for the various elements, including the ones that have tabIndex set to 0.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
Thanks for the Help. Tony's suggestion worked for getting the curser where I wanted, accept that I had to set it using OnInitialUpdate instead of OnLoad.
The -1 tab setting also turned off those tabs.
There are still 3 tabs coming up at the end & I can't see anywhere to set them to -1. They don't have any viewable controls. The tip at the bottom of the HTML Page shows the first 2 are java scripts to show my 2 calendars & the 3rd goes to the URL.
I can live with this if there isn't an easy way to stop these 3 tabs.