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.
We are using Multisource tree control to do the tree structure and to allow multiselect on the data.
The challenges we are facing are below.
1) It is not getting reset when we click the RESET button after no activity on the portal for more than 30 minutes. All other controls are getting reset.
2) When I try to get the selected value from the multisource tree control, it gives all the values from bottom to top. We just want to grab the selected value.
Anyone faced these issues. How can I resolve it?This message has been edited. Last edited by: <Emily McAllister>,
1) Which version of WebFOCUS? 7.7.03 or 8.0.07? 2) If 8.0.07, Developer Studio or Application Studio?
As gregv suggests, you should use the HTML Composer "API" functions if you used the HTML Composer Tree Control. In Developer Studio 7.7.05 I couldn't get the multi-select to work, so we used a jQuery Tree Control, to complicated to explain here. Perhaps v8.0.07 is better...
controlID - Is the unique identifier of the control from which values are obtained. layer - Is an optional parameter used to specify the layer number in a multi source Tree control if a Multi source Tree control is being used. The layer number starts with 1 for the first layer.
If your Tree Control is chained to another control (or vice versa), use External procedures instead of Embedded procedures - I've had better luck with External procedures.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server